Skip to content

Commit

Permalink
Support --maxWorkers in Prettier test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 28, 2023
1 parent 29f7410 commit af5bd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: ["--runInBand"]
additional-options: ["--maxWorkers=2", "--runInBand"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run tests
run: |
yarn test:dist tests/format ${{ matrix.additional-options }}
yarn jest tests/format ${{ matrix.additional-options }}
working-directory: prettier

babel:
Expand Down

0 comments on commit af5bd71

Please sign in to comment.