Skip to content

Commit e4a1ea8

Browse files
committed
exclude prisma
1 parent af048a2 commit e4a1ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
docker run --rm --network host -e PGPASSWORD=keypal_dev postgres:17-alpine psql -h localhost -U keypal -d postgres -c "CREATE DATABASE keypal_drizzle;" || true
5454
5555
- name: Run tests
56-
run: bun run test --exclude=test:prisma
56+
run: bun run test --exclude '**/prisma.test.ts'
5757

5858
- name: Run Redis tests
5959
run: bun run test:redis

0 commit comments

Comments
 (0)