Test and Build #39
test-build.yml
on: workflow_dispatch
Lint and Test
53s
Build App
2m 46s
Matrix: test-shard
Annotations
7 errors and 18 warnings
|
Lint and Test
Process completed with exit code 1.
|
|
Lint and Test
@sim/app#lint:check: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run lint:check exited (1)
|
|
Lint and Test
Process completed with exit code 1.
|
|
Test (shard 2)
Process completed with exit code 1.
|
|
lib/credentials/orchestration/index.test.ts:
apps/sim/lib/oauth/oauth.ts#L990
Error: [vitest] No "ORACLE_FUSION_SERVICE_ACCOUNT_PROVIDER_ID" export is defined on the "@/lib/credentials/client-credential-accounts/descriptors" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/lib/credentials/client-credential-accounts/descriptors"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ lib/oauth/oauth.ts:990:35
❯ lib/oauth/index.ts:3:1
|
|
lib/integrations/credential-display.test.ts > service-account coverage > pins the table to exactly the registered service-account provider ids:
apps/sim/lib/integrations/credential-display.test.ts#L114
AssertionError: expected [ 'airtable-service-account', …(25) ] to deeply equal [ 'airtable-service-account', …(24) ]
- Expected
+ Received
@@ -12,10 +12,11 @@
"hubspot-service-account",
"linear-service-account",
"monday-service-account",
"netsuite-service-account",
"notion-service-account",
+ "oracle-fusion-service-account",
"pipedrive-service-account",
"salesforce-service-account",
"shopify-service-account",
"slack-custom-bot",
"snowflake-service-account",
❯ lib/integrations/credential-display.test.ts:114:44
|
|
Test (shard 2)
@sim/app#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Lint and Test
- Step: unknown (failed)
|
|
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Lint and Test
- Step: unknown (failed)
|
|
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Lint and Test
- Step: unknown (failed)
|
|
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test (shard 2)
Skipping sticky disk commit due to previous step failures
|
|
Test (shard 2)
- Step: unknown (failed)
|
|
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test (shard 2)
Skipping sticky disk commit due to previous step failures
|
|
Test (shard 2)
- Step: unknown (failed)
|
|
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test (shard 2)
Skipping sticky disk commit due to previous step failures
|
|
Test (shard 2)
- Step: unknown (failed)
|
|
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
|