Skip to content

Commit

Permalink
remove parallel workers
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Feb 13, 2025
1 parent 417326b commit b2fca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
run: |
cd detox
npm run detox:config-gen
npm run e2e:ios-test -- ${{ matrix.specs }} --maxWorkers 2
npm run e2e:ios-test -- ${{ matrix.specs }}
env:
DETOX_DEVICE_TYPE: ${{ env.DEVICE_NAME }}
DETOX_OS_VERSION: ${{ env.DEVICE_OS_VERSION }}
Expand Down

0 comments on commit b2fca75

Please sign in to comment.