Skip to content

Commit

Permalink
update test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 20, 2024
1 parent e33d3cf commit e57de4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- shell: bash
run: |
pnpm install --no-frozen-lockfile
pnpm test
pnpm ci-test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proto-gen:object": "buf generate packages/object/src/proto -o packages/object/src/proto",
"release": "release-it",
"test": "vitest",
"ci-test": "vitest --exclude **/node.test.ts",
"watch": "pnpm --parallel --filter '@ts-drp/*' watch"
},
"devDependencies": {
Expand Down

0 comments on commit e57de4b

Please sign in to comment.