Skip to content

Commit

Permalink
ci: update test & build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed Aug 18, 2019
1 parent 125d410 commit 9dd9ea8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
with:
node-version: 10
-
run: yarn test
-
run: yarn build
run: |
yarn install
yarn test
yarn build
publish-npm:
needs: build
Expand Down

0 comments on commit 9dd9ea8

Please sign in to comment.