Skip to content

Commit

Permalink
Fix chrome-sandbox ownership/mode so e2e tests can run (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj authored Jan 10, 2025
1 parent 7ba121e commit d042144
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 @@ -20,5 +20,7 @@ jobs:
- name: Checkout repository.
uses: actions/checkout@v3
- uses: ./.github/actions/install-deps
- name: Fix ownership and mode
run: sudo chown root /home/runner/work/HeroicGamesLauncher/HeroicGamesLauncher/node_modules/electron/dist/chrome-sandbox && sudo chmod 4755 /home/runner/work/HeroicGamesLauncher/HeroicGamesLauncher/node_modules/electron/dist/chrome-sandbox
- name: Test E2E
run: pnpm test:e2e

0 comments on commit d042144

Please sign in to comment.