Fixes env vars in languages other than Python #113
pull_request.yml
on: pull_request
build-template
/
Build E2B Template
9m 19s
charts-tests
/
Chart Data Extractor - Build and test
33s
js-sdk
/
JS SDK - Build and test
3m 16s
python-sdk
/
Python SDK - Build and test
2m 50s
cleanup-build-template
/
Cleanup Build Template
13s
Annotations
7 errors
|
python-sdk / Python SDK - Build and test
Process completed with exit code 2.
|
|
js-sdk / JS SDK - Build and test
Process completed with exit code 1.
|
|
tests/executionCount.test.ts > execution count:
js/tests/executionCount.test.ts#L10
AssertionError: expected 3 to deeply equal 2
- Expected
+ Received
- 2
+ 3
❯ tests/executionCount.test.ts:10:33
|
|
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 (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 (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 (javascript):
js/tests/envVars.test.ts#L43
AssertionError: expected undefined to deeply equal 'supertest'
- Expected:
"supertest"
+ Received:
undefined
❯ tests/envVars.test.ts:43:44
|