devops(ci): remove debug output for webkit tests
This commit is contained in:
parent
f2a5f63930
commit
29bfb3fa11
5
.github/workflows/webkit.yml
vendored
5
.github/workflows/webkit.yml
vendored
|
|
@ -32,9 +32,10 @@ jobs:
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | grep -v pw_run.sh | LD_LIBRARY_PATH=$PWD xargs ldd; popd
|
# The following logs LDD status of all webkit-wpe shared objects and executables.
|
||||||
|
# pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | grep -v pw_run.sh | LD_LIBRARY_PATH=$PWD xargs ldd; popd
|
||||||
|
|
||||||
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