Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Sep 5, 2024
1 parent 0f853b6 commit ffc2c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ffc2c3a

Please sign in to comment.