Skip to content

Commit

Permalink
what are tests? never heard of them
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Apr 1, 2020
1 parent 72044b8 commit 4961bbe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ on:
types: [created]

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

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4961bbe

Please sign in to comment.