Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos authored Oct 23, 2023
1 parent d3f239a commit bbc18bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ jobs:
run: yarn

- name: Run unit tests 🧪
run: yarn test:coverage --ci --maxWorkers=2 --detectOpenHandles

- name: Run e2e tests
run: yarn test:e2e --ci --maxWorkers=2 --detectOpenHandles
run: yarn test:coverage

- name: Collect coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bbc18bf

Please sign in to comment.