Skip to content

Commit

Permalink
Try with 4 processes
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 22, 2024
1 parent 5a2a521 commit 9b4598d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
timeout-minutes: 20
run: |
. venv/bin/activate && \
make playwright-shiny SUB_FILE=". -vv" ${{ steps.browsers.outputs.browsers }}
make playwright-shiny SUB_FILE=". -vv --numprocesses 4" ${{ steps.browsers.outputs.browsers }}
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
timeout-minutes: 20
run: |
. venv/bin/activate && \
make playwright-examples SUB_FILE=". -vv" ${{ steps.browsers.outputs.browsers }}
make playwright-examples SUB_FILE=". -vv --numprocesses 4" ${{ steps.browsers.outputs.browsers }}
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down

0 comments on commit 9b4598d

Please sign in to comment.