Skip to content

Commit

Permalink
fix(gh build/test in npm publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 17, 2019
1 parent 63fed7e commit bf48dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install xsel
run: sudo apt-get install xsel xvfb
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- run: xvfb-run npm test

publish-npm:
needs: build
Expand Down

0 comments on commit bf48dd8

Please sign in to comment.