Skip to content

Commit

Permalink
Set --ipc=host on the container running Cypress
Browse files Browse the repository at this point in the history
Needed to avoid big tests failing.

See cypress-io/cypress#350 (comment)
  • Loading branch information
bep committed Mar 30, 2021
1 parent 1a0068b commit 6611a4a
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 @@ -4,7 +4,9 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
container: cypress/browsers:node12.13.0-chrome78-ff70
container:
image: cypress/browsers:node12.13.0-chrome78-ff70
options: --ipc=host
steps:
- uses: actions/checkout@v2
if: github.event.context == 'deploy/netlify' && github.event.state == 'success'
Expand Down

0 comments on commit 6611a4a

Please sign in to comment.