Skip to content

Commit

Permalink
fix: Cypress out of memory issue, attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbravo committed Dec 7, 2020
1 parent 60504dd commit 20ee04a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
options: --ipc=host --shm-size=512m
container:
image: cypress/browsers:latest
options: --ipc=host --shm-size=512m

env:
CYPRESS_ROOT_URL: http://localhost:5678
Expand Down

0 comments on commit 20ee04a

Please sign in to comment.