Skip to content

Commit

Permalink
[bug] fix CI test command
Browse files Browse the repository at this point in the history
  • Loading branch information
clettenberg committed Mar 9, 2024
1 parent a4b6d2f commit a5e8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: npm ci

- name: Run tests
run: npm test:run
run: npm run test:run

0 comments on commit a5e8176

Please sign in to comment.