Skip to content

Commit a15be27

Browse files
fix(ci): serialize shared-schema PostgreSQL suites
1 parent 067e16b commit a15be27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787

8888
- name: Verify OAuth lifecycle and SCIM membership guards in PostgreSQL
8989
working-directory: apps/sim
90+
# These suites share a schema and install triggers; parallel files can deadlock DDL against cleanup.
9091
run: >-
91-
bunx vitest run
92+
bunx vitest run --no-file-parallelism
9293
lib/auth/oauth-token-family.postgres.test.ts
9394
lib/auth/oauth-provider-lifecycle.postgres.test.ts
9495
app/api/auth/oauth2/token/route.postgres.test.ts

0 commit comments

Comments
 (0)