Skip to content

Commit

Permalink
chore(workflow): modify "tests" to script rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Dec 4, 2020
1 parent c817e7c commit b6e8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run Audit
run: (npm audit || exit 0)
- name: Test Compiling Everything & Lint
run: npm run buildtests
run: npm run build:tests
- name: Test
run: npm run test:coverage -- --colors
env:
Expand Down

0 comments on commit b6e8d29

Please sign in to comment.