devops: fix github action
This commit is contained in:
parent
9cb34306a3
commit
40ae745db7
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm install
|
||||
npm run build
|
||||
xvfb-run --auto-servernum npm run unit
|
||||
xvfb-run --auto-servernum npm run funit
|
||||
xvfb-run --auto-servernum npm run wunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue