Skip to content

Commit

Permalink
Added build step in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Vishnoi authored and Harshit Vishnoi committed Aug 10, 2022
1 parent cfff5d5 commit 7b1c6c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn install
- name: build
run: yarn build
- name: Run test
run: yarn test
- run: echo "Test Success"
Expand Down

0 comments on commit 7b1c6c6

Please sign in to comment.