permissions

This commit is contained in:
Philip Peterson 2025-04-13 01:37:56 -07:00
parent 3dd9b113c4
commit d66a6b0f0a
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -93,7 +93,10 @@ jobs:
if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@v1.6
with:
run: yarn run test:e2e
run: |
chown root:root ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
chmod 4755 ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
yarn run test:e2e
env:
SHELL: /bin/bash
DEBUG: "pw:browser*"