mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
debug linux
This commit is contained in:
parent
acc8c4c9d7
commit
c035568e71
1 changed files with 2 additions and 4 deletions
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
#- macos-latest
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
#TODO re-enable these:
|
#TODO re-enable these:
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
|
|
@ -91,11 +91,9 @@ jobs:
|
||||||
run: yarn run test:e2e --verbose
|
run: yarn run test:e2e --verbose
|
||||||
- name: Run E2E Tests on Linux
|
- name: Run E2E Tests on Linux
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: GabrielBB/xvfb-action@v1.6
|
uses: GabrielBB/xvfb-action@v1.7
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
chown root:root ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
|
|
||||||
chmod 4755 ${{ github.workspace }}/dist/linux-unpacked/chrome-sandbox
|
|
||||||
yarn run test:e2e
|
yarn run test:e2e
|
||||||
env:
|
env:
|
||||||
SHELL: /bin/bash
|
SHELL: /bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue