Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
Update publish action
  • Loading branch information
Aerilym committed Sep 4, 2022
2 parents 3b15bfe + f063b8f commit 3b3d571
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/npm-publish.yml
Expand Up @@ -12,11 +12,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

- name: Install dependencies
run: |
yarn install
cd test
yarn install
cd ../
- name: Deployment Test Pipeline
run: yarn deploy:test

publish-npm:
needs: build
Expand Down

0 comments on commit 3b3d571

Please sign in to comment.