Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Novichkov committed Dec 6, 2019
1 parent 229ac55 commit 4cb00c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: release
on:
release:
types: [created, edited]
name: Build, Test, and Publish
jobs:
build:
Expand All @@ -7,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Test
run: npm test
run: |
npm i
npm test
- name: Publish
uses: artemnovichkov/action-zem@master
env:
Expand Down

0 comments on commit 4cb00c9

Please sign in to comment.