Skip to content

Commit

Permalink
fixup! Add workflows for integration and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haysch committed Feb 28, 2025
1 parent a441b69 commit 915de45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
working-directory: packages/nodejs
- run: npm run check
working-directory: packages/nodejs
- run: npm run test:integration:nodejs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
working-directory: packages/nodejs
- run: npm run check
working-directory: packages/nodejs
- run: npm run test:unit:nodejs
Expand Down

0 comments on commit 915de45

Please sign in to comment.