mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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:
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
#- macos-latest
|
||||
- ubuntu-latest
|
||||
#TODO re-enable these:
|
||||
#- windows-latest
|
||||
|
|
@ -91,11 +91,9 @@ jobs:
|
|||
run: yarn run test:e2e --verbose
|
||||
- name: Run E2E Tests on Linux
|
||||
if: runner.os == 'Linux'
|
||||
uses: GabrielBB/xvfb-action@v1.6
|
||||
uses: GabrielBB/xvfb-action@v1.7
|
||||
with:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue