Skip to content

Commit

Permalink
Don't run prettier with workers (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 8, 2022
1 parent b6e08a6 commit 251fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Prettier
strategy:
matrix:
additional-options: ["--maxWorkers=2", "--runInBand"]
additional-options: ["--runInBand"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 251fcce

Please sign in to comment.