Skip to content

Commit 7fdb5e5

Browse files
committed
chore: modify test workflow file
1 parent 25c2005 commit 7fdb5e5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@ jobs:
2727
- name: Create .env file
2828
run: echo "${{ secrets.FRONT_END_ENV }}" > apps/client/.env
2929

30+
- name: pnpx prisma generate
31+
run: |
32+
cd apps/server
33+
pnpx prisma generate
34+
cd ../..
35+
3036
- name: Run tests
31-
run: pnpm run test
37+
run: pnpm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "질문과 답변을 넘어, 함께 만드는 인사이트, ‘Ask-It’",
55
"scripts": {
6-
"test": "turbo run test --filter='./apps/client/'"
6+
"test": "turbo run test"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)