📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-04 16:04:20 +00:00
parent b40381458b
commit 9dc81e18a7
194 changed files with 3039 additions and 755 deletions
+11 -3
View File
@@ -1,13 +1,15 @@
name: Smoke test stacks
name: Smoke test data
on:
pull_request:
paths:
- 'src/ui-ux-pro-max/data/stacks/**'
- 'src/ui-ux-pro-max/data/**'
- 'src/ui-ux-pro-max/scripts/**'
- 'cli/assets/data/stacks/**'
- 'cli/assets/data/**'
- 'cli/assets/scripts/**'
- 'scripts/validate-csv.py'
- 'scripts/smoke-stacks.sh'
- 'scripts/smoke-domains.sh'
- '.github/workflows/smoke-stacks.yml'
push:
branches: [main]
@@ -24,5 +26,11 @@ jobs:
with:
python-version: '3.x'
- name: Validate CSV structure
run: python3 scripts/validate-csv.py
- name: Run domain smoke test
run: bash scripts/smoke-domains.sh
- name: Run stack smoke test
run: bash scripts/smoke-stacks.sh