mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(ci): iterate on debug output for GH Action
This commit is contained in:
parent
d5c3fa2f03
commit
3ba591b9d1
4
.github/workflows/webkit.yml
vendored
4
.github/workflows/webkit.yml
vendored
@ -21,12 +21,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get install libwoff1 libopus0 libwebp6 libwebpdemux2 libenchant1c2a libgudev-1.0-0 libsecret-1-0 libhyphen0 libgdk-pixbuf2.0-0
|
sudo apt-get install libwoff1 libopus0 libwebp6 libwebpdemux2 libenchant1c2a libgudev-1.0-0 libsecret-1-0 libhyphen0 libgdk-pixbuf2.0-0
|
||||||
sudo apt-get install xvfb
|
sudo apt-get install xvfb
|
||||||
cd .local-webkit/linux-1046; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd
|
|
||||||
|
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
cd .local-webkit/linux-1046; ls -1 | LD_LIBRARY_PATH=$PWD xargs ldd
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user