Skip to content

Commit

Permalink
Set GROVER_NO_SANDBOX=true for GH runners (24.04 kernel)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Oct 11, 2024
1 parent 965a47d commit d91bd32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ jobs:
run: bundle exec rspec
env:
PUPPETEER_VERSION: ${{ matrix.puppeteer-version }}
GROVER_NO_SANDBOX: true

- name: Run tests with remote browser
run: bundle exec rspec --tag remote_browser
env:
PUPPETEER_VERSION: ${{ matrix.puppeteer-version }}
GROVER_NO_SANDBOX: true

- name: Test & publish code coverage
uses: paambaati/[email protected]
Expand Down

0 comments on commit d91bd32

Please sign in to comment.