We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1caae commit 1e09a6cCopy full SHA for 1e09a6c
.github/workflows/k8s-e2e.yaml
@@ -90,7 +90,7 @@ jobs:
90
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
91
test_command_to_run: |
92
unset ENV_JOB_IMAGE
93
- nix develop --keep KUBECONFIG -c sh -c "cd lib && make k8s_test_e2e_ci"
+ nix develop -c sh -c "export KUBECONFIG=${KUBECONFIG} && cd lib && make k8s_test_e2e_ci"
94
artifacts_location: ./e2e/logs
95
publish_check_name: E2E Test Results
96
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments