mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
devops(ci): improve logging
This commit is contained in:
parent
f702dd9d8a
commit
fa850224b6
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); ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd; popd
|
||||
pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd; popd
|
||||
|
||||
npm run build
|
||||
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
|
||||
|
Loading…
Reference in New Issue
Block a user