We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af048a2 commit e4a1ea8Copy full SHA for e4a1ea8
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
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
54
55
- name: Run tests
56
- run: bun run test --exclude=test:prisma
+ run: bun run test --exclude '**/prisma.test.ts'
57
58
- name: Run Redis tests
59
run: bun run test:redis
0 commit comments