Skip to content

Commit

Permalink
Use bigger shm size in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbythorpe committed Nov 2, 2023
1 parent 4c510cb commit 414734a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
image: selenium/standalone-${{ matrix.browser }}:4.15.0-20231102
ports:
- 4444:4444
options: >-
--shm-size="2g"
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 414734a

Please sign in to comment.