Skip to content

Commit

Permalink
ci(unit-tests): run correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Jan 15, 2023
1 parent dca5e54 commit ea58430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Dependencies
run: yarn --immutable
- name: Run tests
run: yarn test:coverage
run: yarn test
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
with:
Expand Down

0 comments on commit ea58430

Please sign in to comment.