Skip to content

Commit

Permalink
Fixed: Build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Aug 16, 2023
1 parent 4a11740 commit 35d2ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kyanite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.node-module-cache.outputs.cache-hit != 'true'
run: npm ci
- name: Test
run: npm run test:cov
run: npm test
lint:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 35d2ba9

Please sign in to comment.