Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,19 @@ jobs:
lib/billing/core/usage-log.postgres.test.ts
lib/billing/core/organization-activity.postgres.test.ts
lib/billing/core/usage-analytics-queries.postgres.test.ts
lib/billing/core/organization-usage-pagination.postgres.test.ts
lib/billing/organizations/member-limits.postgres.test.ts
lib/workspaces/organization-workspaces.postgres.test.ts
lib/billing/calculations/usage-reservation.test.ts

- name: Verify access request pagination and impact in PostgreSQL
working-directory: apps/sim
env:
ACCESS_REQUESTS_TEST_DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:5432/sim_access_requests_test
run: |
bun -e 'import postgres from "postgres"; const sql = postgres(process.env.DATABASE_URL); await sql.unsafe("CREATE DATABASE sim_access_requests_test"); await sql.end()'
bunx vitest run ee/access-requests/lib/repository.postgres.test.ts ee/access-requests/lib/impact.postgres.test.ts

- name: Verify fork previews ignore execution file history in PostgreSQL
working-directory: apps/sim
env:
Expand Down
1 change: 1 addition & 0 deletions apps/docs/content/docs/api-reference/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"(generated)/workspaces",
"(generated)/organizations",
"(generated)/permission-groups",
"(generated)/access-requests",
"(generated)/workspace-sync",
"(generated)/mcp-servers",
"(generated)/skills",
Expand Down
Loading
Loading