Skip to content

Commit

Permalink
update the action
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Jan 10, 2020
1 parent 07c1c7f commit 5f466f3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand Down

0 comments on commit 5f466f3

Please sign in to comment.