Skip to content

Commit a18ac18

Browse files
committed
fix: test run build on actions
1 parent 0898022 commit a18ac18

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run_tests.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: '12.x'
21-
- name: Run tests
22-
run: |
23-
npm ci
24-
npm run test
20+
node-version: '16.x'
21+
- run: npm ci
22+
- run: npm run build
23+
- run: npm run test
2524

0 commit comments

Comments
 (0)