Skip to content

Commit c90d8fd

Browse files
committed
Update build to build and test all apps
1 parent a83af74 commit c90d8fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
- run: npm ci
34-
- run: npm test
34+
- run: npm run install:all
35+
- run: npm run build
36+
- run: npm run test
3537

3638
semgrep:
3739
name: Semgrep Scan

0 commit comments

Comments
 (0)