Skip to content

Commit

Permalink
fix: put tests after build for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbysayshi committed Jan 29, 2020
1 parent a8a2dcc commit 85aa052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: yarn
- name: lint
run: yarn lint
- name: test
run: yarn test
- name: build
run: yarn build
- name: test
run: yarn test
- name: release
run: yarn release
env:
Expand Down

0 comments on commit 85aa052

Please sign in to comment.