Fixes env vars in languages other than Python #114
pull_request.yml
on: pull_request
build-template
/
Build E2B Template
9m 22s
charts-tests
/
Chart Data Extractor - Build and test
31s
js-sdk
/
JS SDK - Build and test
1m 19s
python-sdk
/
Python SDK - Build and test
1m 22s
cleanup-build-template
/
Cleanup Build Template
15s
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.
|