Skip to content

Commit

Permalink
build before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Sep 7, 2023
1 parent aa91897 commit bb5d089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
${{ runner.os }}-node-v${{ matrix.node }}-
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Run All Node.js Tests
run: npm run test

0 comments on commit bb5d089

Please sign in to comment.