File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 uv run demo/all-packaged/run.py --api-url http://localhost:8080
204204 env :
205205 PYTHONPATH : ${{ github.workspace }}/python
206- FELDERA_HTTPS_TLS_CERT : /home/ubuntu /test-tls/tls_test.crt
206+ FELDERA_HTTPS_TLS_CERT : .. /test-tls/tls_test.crt
207207
208208 - name : Run platform tests
209209 if : ${{ vars.CI_DRY_RUN != 'true' }}
@@ -213,7 +213,7 @@ jobs:
213213 FELDERA_HOST : http://localhost:8080
214214 PYTHONPATH : ${{ github.workspace }}/python
215215 IN_CI : 1 # We use this flag to skip some kafka tests in the python code base
216- FELDERA_HTTPS_TLS_CERT : /home/ubuntu /test-tls/tls_test.crt
216+ FELDERA_HTTPS_TLS_CERT : .. /test-tls/tls_test.crt
217217 # OIDC environment variables for authentication
218218 OIDC_TEST_ISSUER : ${{ vars.OIDC_TEST_ISSUER }}
219219 OIDC_TEST_CLIENT_ID : ${{ vars.OIDC_TEST_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments