📦 deps(thirdparty): update snapshots
This commit is contained in:
+9
-7
@@ -8,8 +8,11 @@ on:
|
||||
- 'cli/assets/data/**'
|
||||
- 'cli/assets/scripts/**'
|
||||
- 'scripts/validate-csv.py'
|
||||
- 'scripts/evaluate-relevance.py'
|
||||
- 'scripts/relevance_metrics.py'
|
||||
- 'scripts/smoke-stacks.sh'
|
||||
- 'scripts/smoke-domains.sh'
|
||||
- 'cli/package.json'
|
||||
- '.github/workflows/smoke-stacks.yml'
|
||||
push:
|
||||
branches: [main]
|
||||
@@ -26,11 +29,10 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Validate CSV structure
|
||||
run: python3 scripts/validate-csv.py
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Run domain smoke test
|
||||
run: bash scripts/smoke-domains.sh
|
||||
|
||||
- name: Run stack smoke test
|
||||
run: bash scripts/smoke-stacks.sh
|
||||
- name: Run aggregate offline data gate
|
||||
run: npm --prefix cli run verify:data
|
||||
|
||||
Reference in New Issue
Block a user