Skip to content

Commit

Permalink
ci: don't run unit test twice
Browse files Browse the repository at this point in the history
Unit tests already run in "code-coverage" job
  • Loading branch information
screendriver committed Oct 11, 2020
1 parent 404cacc commit c05bed6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
- name: Compile source code
run: npm run compile
- name: Run tests
run: |
npm run test:unit
npm run test:integration
run: npm run test:integration

0 comments on commit c05bed6

Please sign in to comment.