mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
permissions
This commit is contained in:
parent
3dd9b113c4
commit
d66a6b0f0a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
|
|
@ -93,7 +93,10 @@ jobs:
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: GabrielBB/xvfb-action@v1.6
|
uses: GabrielBB/xvfb-action@v1.6
|
||||||
with:
|
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:
|
env:
|
||||||
SHELL: /bin/bash
|
SHELL: /bin/bash
|
||||||
DEBUG: "pw:browser*"
|
DEBUG: "pw:browser*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue