Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Feb 5, 2024
1 parent f737c80 commit e450977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Run tests
run:
- npm run build
- npm test
run: |
npm run build
npm test

0 comments on commit e450977

Please sign in to comment.