devops(ci): improve logging

This commit is contained in:
Andrey Lushnikov 2020-01-17 19:58:17 -08:00
parent f702dd9d8a
commit fa850224b6

View File

@ -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