Skip to content

Commit

Permalink
fix: ci/cd main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildt committed May 23, 2024
1 parent 71c3573 commit 36da5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Unit & Coverage Tests
run: |
prpm run -r test
prpm run -r test:cov
pnpm run -r test
pnpm run -r test:cov
- name: Upload Coverage Reports To Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 36da5d9

Please sign in to comment.