Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Sep 6, 2023
1 parent a5fb138 commit 5586566
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
node-version: '18'

- name: Install dependencies
run: |
npm ci
run: npm ci

- name: Run Tests
run: |
node --test tests/
run: npm run test

0 comments on commit 5586566

Please sign in to comment.