Skip to content

Commit

Permalink
fix(ci): Learn to check
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 14, 2023
1 parent b7f636e commit a494231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run Tests
id: tests
continue-on-error: true
run: npm run tests
run: npm run test

- name: Run npm build
id: build
Expand Down

0 comments on commit a494231

Please sign in to comment.