feat(quickbooks): add read-only procurement integration #25231
ci.yml
on: pull_request
Detect Version
Migrate Dev DB
/
Apply Database Migrations
Detect Desktop Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Test and Build
/
Lint and Test
3m 48s
Test and Build
/
Build App
2m 18s
Check Docs Changes
Matrix: Build Dev ECR
Deploy Trigger.dev (Dev)
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Prune Desktop Prereleases
0s
Desktop Release
/
Build, Sign, Notarize
Annotations
5 errors and 6 warnings
|
Test and Build / Lint and Test
Process completed with exit code 1.
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Token Response Handling > should preserve QuickBooks one-hour expiry and rotating refresh token:
apps/sim/lib/oauth/oauth.test.ts#L473
AssertionError: expected { ok: false, …(1) } to deeply equal { ok: true, …(3) }
- Expected
+ Received
{
- "accessToken": "new_quickbooks_access_token",
- "expiresIn": 3600,
- "ok": true,
- "refreshToken": "rotated_quickbooks_refresh_token",
+ "message": "OAuth client quickbooks is partially configured — missing QUICKBOOKS_ENV. Run bun run setup integration quickbooks.",
+ "ok": false,
}
❯ lib/oauth/oauth.test.ts:473:24
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Basic Auth Providers > should send QuickBooks request with Basic Auth header and no credentials in body:
apps/sim/lib/oauth/oauth.test.ts#L146
AssertionError: expected "vi.fn()" to be called with arguments: [ …(2) ]
Number of calls: 0
❯ lib/oauth/oauth.test.ts:146:29
|
|
Test and Build / Lint and Test
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Lint and Test
Process completed with exit code 1.
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|