devops: drop DUMPIO from webkit test runs
This commit is contained in:
parent
2362d38e59
commit
64560b1bfa
2
.github/workflows/webkit.yml
vendored
2
.github/workflows/webkit.yml
vendored
|
|
@ -32,6 +32,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
|
xvfb-run --auto-servernum npm run wunit
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue