Skip to content

Commit

Permalink
add updates
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Aug 6, 2024
1 parent 6bfde5d commit 2d2fa9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:

# CI
- run: yarn check-ci
# Test
- run: yarn test
# Code coverage
- run: yarn codecov
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Check CI
run: yarn check-ci
- name: Unit Tests
run: yarn test

- name: PR or Publish
id: changesets
Expand Down

0 comments on commit 2d2fa9a

Please sign in to comment.