mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
try fix
This commit is contained in:
parent
9af1f3f377
commit
ca72ad8f01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -8,7 +8,6 @@ defaults:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 20.x
|
NODE_VERSION: 20.x
|
||||||
DEBUG:"pw:browser*"
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
@ -96,6 +95,7 @@ jobs:
|
||||||
run: yarn run test:e2e
|
run: yarn run test:e2e
|
||||||
env:
|
env:
|
||||||
SHELL: /bin/bash
|
SHELL: /bin/bash
|
||||||
|
DEBUG:"pw:browser*"
|
||||||
- name: Archive E2E test screenshot
|
- name: Archive E2E test screenshot
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue