Skip to content

Commit

Permalink
Attempt to fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent ca4750f commit 7326e33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npmpublish.yml
@@ -1,4 +1,4 @@
name: Node.js Package
name: NPM Publish Package

on:
pull_request:
Expand All @@ -16,7 +16,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm run test
- run: |
yarn
yarn run test
publish-npm:
needs: build
Expand Down

0 comments on commit 7326e33

Please sign in to comment.