Skip to content

Commit

Permalink
ci(github-actions): install dependencies before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Dec 28, 2022
1 parent 17f20a1 commit ba6bb9d
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 @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build:source
- run: npm run test
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && success()
uses: actions/setup-node@v3
Expand Down

0 comments on commit ba6bb9d

Please sign in to comment.