Fixes env vars in languages other than Python #135
pull_request.yml
on: pull_request
build-template
/
Build E2B Template
9m 53s
charts-tests
/
Chart Data Extractor - Build and test
30s
js-sdk
/
JS SDK - Build and test
2m 5s
python-sdk
/
Python SDK - Build and test
2m 26s
cleanup-build-template
/
Cleanup Build Template
12s
Annotations
4 errors
|
js-sdk / JS SDK - Build and test
Process completed with exit code 1.
|
|
tests/env_vars/python.test.ts > env vars on sandbox (python):
js/tests/env_vars/python.test.ts#L20
AssertionError: expected undefined to deeply equal 'supertest'
- Expected:
"supertest"
+ Received:
undefined
❯ tests/env_vars/python.test.ts:20:44
|
|
tests/env_vars/java.test.ts > env vars on sandbox (java):
js/tests/env_vars/java.test.ts#L20
AssertionError: expected undefined to deeply equal 'supertest'
- Expected:
"supertest"
+ Received:
undefined
❯ tests/env_vars/java.test.ts:20:44
|
|
python-sdk / Python SDK - Build and test
Process completed with exit code 2.
|