Skip to content

Commit 261f09a

Browse files
committed
update github actions ci
1 parent 9fb3ac7 commit 261f09a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run build
3939
working-directory: scatter/report
40-
run: npm run build
40+
run: REPORT=example-hierarchical-polis npm run build
4141

4242
- name: Run tests
4343
working-directory: scatter/report

scatter/report/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "npx serve ../pipeline/outputs/${REPORT}/report",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"test": "echo \"No tests yet\" && exit 0"
1011
},
1112
"dependencies": {
1213
"@chakra-ui/react": "^3.5.1",

0 commit comments

Comments
 (0)