1 parent 067e16b commit a15be27Copy full SHA for a15be27
1 file changed
.github/workflows/test-build.yml
@@ -87,8 +87,9 @@ jobs:
87
88
- name: Verify OAuth lifecycle and SCIM membership guards in PostgreSQL
89
working-directory: apps/sim
90
+ # These suites share a schema and install triggers; parallel files can deadlock DDL against cleanup.
91
run: >-
- bunx vitest run
92
+ bunx vitest run --no-file-parallelism
93
lib/auth/oauth-token-family.postgres.test.ts
94
lib/auth/oauth-provider-lifecycle.postgres.test.ts
95
app/api/auth/oauth2/token/route.postgres.test.ts
0 commit comments