Skip to content

Commit 310abbf

Browse files
committed
ci: add 'npm test' command to PR workflow
1 parent 88dd37b commit 310abbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 14
15-
- run: npm ci
15+
- run: npm ci
16+
- run: npm test

0 commit comments

Comments
 (0)