Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
I would be honestly surprised if this worked
  • Loading branch information
itsyoboieltr committed Jul 1, 2024
1 parent 335744f commit 697f8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: test:coverage:jest
run: yarn test:coverage:jest

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70

test-unit-jest-development:
runs-on: ubuntu-latest
Expand All @@ -57,4 +57,4 @@ jobs:
- name: test:coverage:jest:dev
run: yarn test:coverage:jest:dev

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70

0 comments on commit 697f8ec

Please sign in to comment.