devops(ci): drop the pw_run.sh from dbg output
This commit is contained in:
parent
06a9dcd9e3
commit
da52217b7b
2
.github/workflows/webkit.yml
vendored
2
.github/workflows/webkit.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install
|
||||
pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd; popd
|
||||
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
|
||||
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue