Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Sep 4, 2022
1 parent 3b15bfe commit f063b8f
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 f063b8f

Please sign in to comment.