devops(ci): add debug output for WK workflow

This commit is contained in:
Andrey Lushnikov 2020-01-17 19:46:25 -08:00
parent 83d7493f66
commit f702dd9d8a

View File

@ -32,7 +32,9 @@ 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
npm run build
xvfb-run --auto-servernum npm run wunit
DUMPIO=1 xvfb-run --auto-servernum npm run wunit
env:
CI: true