devops: fix github action

This commit is contained in:
Andrey Lushnikov 2019-12-11 17:22:51 -08:00 committed by GitHub
parent 9cb34306a3
commit 40ae745db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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