Skip to content

Commit 9e28473

Browse files
committed
test
1 parent 0ef7b62 commit 9e28473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cp $KUBECONFIG ./kubeconfig
9494
echo "Kubeconfig copied to: $(pwd)/kubeconfig"
9595
echo "Lines in kubeconfig: $(wc -l < ./kubeconfig)"
96-
nix develop -c sh -c "export KUBECONFIG=$(pwd)/kubeconfig && cd lib && make k8s_test_e2e_ci"
96+
nix develop -c sh -c "export KUBECONFIG=$(pwd)/kubeconfig2 && cd lib && make k8s_test_e2e_ci"
9797
artifacts_location: ./e2e/logs
9898
publish_check_name: E2E Test Results
9999
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)