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 0ef7b62 commit 9e28473Copy full SHA for 9e28473
.github/workflows/k8s-e2e.yaml
@@ -93,7 +93,7 @@ jobs:
93
cp $KUBECONFIG ./kubeconfig
94
echo "Kubeconfig copied to: $(pwd)/kubeconfig"
95
echo "Lines in kubeconfig: $(wc -l < ./kubeconfig)"
96
- nix develop -c sh -c "export KUBECONFIG=$(pwd)/kubeconfig && cd lib && make k8s_test_e2e_ci"
+ nix develop -c sh -c "export KUBECONFIG=$(pwd)/kubeconfig2 && cd lib && make k8s_test_e2e_ci"
97
artifacts_location: ./e2e/logs
98
publish_check_name: E2E Test Results
99
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments