Skip to content

Commit b435e02

Browse files
authored
Enforce npm check step (#724)
1 parent 4b749c9 commit b435e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/web.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727

2828
- run: npm install
2929
- run: npm run check
30-
continue-on-error: true
31-
- run: npm run test:unit
30+
- run: npm run test:unit

0 commit comments

Comments
 (0)