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 - name: npm install, build, and test
run: | run: |
npm install npm install
pushd .local-webkit/$(ls .local-webkit); ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd; popd
npm run build npm run build
xvfb-run --auto-servernum npm run wunit DUMPIO=1 xvfb-run --auto-servernum npm run wunit
env: env:
CI: true CI: true