📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Build CLI
|
||||
working-directory: cli
|
||||
run: bun run build
|
||||
run: npm run build
|
||||
|
||||
- name: Run semantic-release
|
||||
env:
|
||||
|
||||
+11
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user