Skip to content

Commit

Permalink
chore(ci): use turbo for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Aug 22, 2023
1 parent 8e972cb commit adb4e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -r run build
- run: pnpm exec jest
- run: pnpm turbo test
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["format", "lint", "^test"],
"dependsOn": ["format", "lint", "build"],
"inputs": ["**/src/**.tsx?", "package.json", "packages/*/package.json"]
},
"deploy": {
Expand Down

0 comments on commit adb4e42

Please sign in to comment.