Skip to content

Commit d947076

Browse files
committed
fix test workflow
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 976d1e8 commit d947076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
cache: npm
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci
23-
- run: npm test
24-
- run: npm build
23+
- run: npm run test
24+
- run: npm run build

0 commit comments

Comments
 (0)