Skip to content

Commit

Permalink
fix: don't run --ci --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Oct 11, 2023
1 parent f9d29f9 commit c9af3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2

run: yarn test
- name: Build
run: yarn build

Expand Down

0 comments on commit c9af3c0

Please sign in to comment.