Skip to content

Commit 2a599ce

Browse files
author
Tajudeen
committed
fix: configure Electron sandbox for remote integration tests
Remote integration tests also use Electron and require the chrome-sandbox to be configured. Updated the condition to run the sandbox configuration step for both electron_tests and remote_tests.
1 parent 9465675 commit 2a599ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157157

158158
- name: Configure Electron sandbox permissions
159-
if: ${{ inputs.electron_tests }}
159+
if: ${{ inputs.electron_tests || inputs.remote_tests }}
160160
run: |
161161
set -e
162162
ELECTRON_ROOT=.build/electron

0 commit comments

Comments
 (0)