Skip to content

Fixes env vars in languages other than Python #114

Fixes env vars in languages other than Python

Fixes env vars in languages other than Python #114

Triggered via pull request June 6, 2025 16:28
Status Failure
Total duration 11m 20s
Artifacts

pull_request.yml

on: pull_request
build-template  /  Build E2B Template
9m 22s
build-template / Build E2B Template
charts-tests  /  Chart Data Extractor - Build and test
31s
charts-tests / Chart Data Extractor - Build and test
js-sdk  /  JS SDK - Build and test
1m 19s
js-sdk / JS SDK - Build and test
python-sdk  /  Python SDK - Build and test
1m 22s
python-sdk / Python SDK - Build and test
cleanup-build-template  /  Cleanup Build Template
15s
cleanup-build-template / Cleanup Build Template
Fit to window
Zoom out
Zoom in

Annotations

10 errors
js-sdk / JS SDK - Build and test
Process completed with exit code 1.
tests/envVars.test.ts > env vars on sandbox (bash): js/tests/envVars.test.ts#L133
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:133:42
tests/envVars.test.ts > env vars (bash): js/tests/envVars.test.ts#L121
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:121:44
tests/envVars.test.ts > env vars on sandbox (java): js/tests/envVars.test.ts#L107
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:107:42
tests/envVars.test.ts > env vars (java): js/tests/envVars.test.ts#L95
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:95:44
tests/envVars.test.ts > env vars on sandbox (r): js/tests/envVars.test.ts#L81
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:81:42
tests/envVars.test.ts > env vars (r): js/tests/envVars.test.ts#L69
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:69:44
tests/envVars.test.ts > env vars on sandbox (javascript): js/tests/envVars.test.ts#L55
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ tests/envVars.test.ts:55:42
tests/envVars.test.ts > env vars (javascript): js/tests/envVars.test.ts#L43
AssertionError: expected undefined to deeply equal 'supertest' - Expected: "supertest" + Received: undefined ❯ tests/envVars.test.ts:43:44
python-sdk / Python SDK - Build and test
Process completed with exit code 2.