Skip to content

Commit

Permalink
Fix E2E tests using browserless/chrome container
Browse files Browse the repository at this point in the history
Resolves Chrome sandbox issues in CI by using pre-configured testing container.
  • Loading branch information
imanish003 committed Dec 23, 2024
1 parent e939b57 commit 244da71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
Setup:
name: Setup
runs-on: ubuntu-latest
container:
image: browserless/chrome:latest
steps:
- uses: actions/checkout@v3
- name: Cache node modules
Expand Down

0 comments on commit 244da71

Please sign in to comment.