Skip to content

Commit

Permalink
fx: npmpublish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 10, 2022
1 parent 010ac59 commit f2b7591
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- name: Test
run: |
npm ci
xvfb-run --auto-servernum npm test
- name: Test
run: |
npm ci
xvfb-run --auto-servernum npm test
publish-npm:
needs: [test, setup]
Expand Down

0 comments on commit f2b7591

Please sign in to comment.