devops: remove extra github action
This commit is contained in:
parent
160fc9fae3
commit
9cb34306a3
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -21,8 +21,6 @@ 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
|
||||||
export DISPLAY=:99.0
|
|
||||||
Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 &
|
|
||||||
|
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue