fix: skip .env loading in CI #12
Annotations
5 errors and 1 warning
|
Verify
Process completed with exit code 1.
|
|
[client] packages/client/src/actions/wallets.test.ts > Wallets > fetchWalletType > fetches the wallet type for an address and signer pair:
packages/client/src/actions/wallets.test.ts#L15
AssertionError: expected +0 to deeply equal { type: +0, typeName: 'EOA' }
- Expected:
{
"type": 0,
"typeName": "EOA",
}
+ Received:
0
❯ packages/client/src/actions/wallets.test.ts:15:22
|
|
[client] packages/client/src/actions/account.test.ts > Account > authenticated reads > fetches authenticated account state:
packages/types/src/helpers.ts#L16
InvariantError: POLYMARKET_TEST_PRIVATE_KEY is not set
❯ invariant packages/types/src/helpers.ts:16:11
❯ getTestPrivateKey packages/client/src/testing.ts:21:3
❯ createTestWalletClient packages/client/src/testing.ts:32:22
❯ packages/client/src/actions/account.test.ts:18:32
|
|
[client] packages/client/src/treeshaking.test.ts > tree-shaking:
packages/client/src/treeshaking.test.ts#L214
Error: Expected packages/client/dist entrypoints to exist before running the tree-shaking proof test.
❯ packages/client/src/treeshaking.test.ts:214:11
❯ assertClientDistExists packages/client/src/treeshaking.test.ts:210:3
❯ packages/client/src/treeshaking.test.ts:90:5
|
|
[client] packages/client/src/clients.test.ts:
packages/types/src/helpers.ts#L16
InvariantError: POLYMARKET_TEST_PRIVATE_KEY is not set
❯ invariant packages/types/src/helpers.ts:16:11
❯ getTestPrivateKey packages/client/src/testing.ts:21:3
❯ createTestWalletClient packages/client/src/testing.ts:32:22
❯ packages/client/src/clients.test.ts:6:22
|
|
Verify
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|