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 8796ba3 commit 229ac55
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
uses: actions/npm@master
with:
args: install
- name: Test
uses: actions/npm@master
with:
args: test
- name: Master
uses: actions/bin/filter@master
with:
args: branch master
run: npm test
- name: Publish
uses: artemnovichkov/action-zem@master
env:
Expand Down

0 comments on commit 229ac55

Please sign in to comment.