Skip to content

Commit 489c9ce

Browse files
committed
ng build in actions
1 parent 74c0f51 commit 489c9ce

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
@@ -13,6 +13,9 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
defaults:
17+
run:
18+
working-directory: ./HeroesDemo
1619

1720
strategy:
1821
matrix:
@@ -26,7 +29,6 @@ jobs:
2629
with:
2730
node-version: ${{ matrix.node-version }}
2831
cache: 'npm'
29-
- working-directory: ./HeroesDemo
3032
- run: npm ci
3133
- run: npm run build --if-present
3234
- run: npm test

0 commit comments

Comments
 (0)