mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Increase timeout for ava
This commit is contained in:
parent
31efb12762
commit
13cb1f7d5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
dist/*.exe
|
dist/*.exe
|
||||||
- name: Run E2E Tests
|
- name: Run E2E Tests
|
||||||
if: runner.os != 'Linux'
|
if: runner.os != 'Linux'
|
||||||
run: yarn run test:e2e
|
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.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue