mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
[ci] more debugging
This commit is contained in:
parent
ae8a40cc52
commit
d660fbdd0e
1 changed files with 3 additions and 0 deletions
3
.github/actions/build/action.yml
vendored
3
.github/actions/build/action.yml
vendored
|
|
@ -119,6 +119,9 @@ runs:
|
|||
|
||||
- name: Run E2E Tests
|
||||
shell: bash
|
||||
env:
|
||||
# Due to permissions issues, Windows needs cache turned off
|
||||
AVA_CACHE: ${{ runner.os == 'Windows' && 'false' || 'true' }}
|
||||
if: runner.os != 'Linux'
|
||||
run: yarn run test:e2e --verbose
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue