Skip to content

Commit

Permalink
Make sure to test workers on CI (#26)
Browse files Browse the repository at this point in the history
* Make sure to test workers on CI

* Remove log
  • Loading branch information
nicolo-ribaudo authored Apr 26, 2022
1 parent c4179d0 commit 5a0a86a
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: Setup Node.js
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
additional-options: ["", "--runInBand"]
additional-options: ["--maxWorkers=2", "--runInBand"]
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 5a0a86a

Please sign in to comment.