Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldhub authored Jul 6, 2022
1 parent 7d47ae2 commit 656f51d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,14 @@ jobs:
node-version: 16
- run: npm ci
- run: npm run build
#- run: npm test
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}

test:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm test
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}

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

0 comments on commit 656f51d

Please sign in to comment.