Skip to content

Commit 81af956

Browse files
committed
update run tests
1 parent 7b52907 commit 81af956

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ jobs:
9090
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
9191
test_command_to_run: |
9292
unset ENV_JOB_IMAGE
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"
93+
nix develop -c sh -c "cd lib && make k8s_test_e2e_ci"
9794
artifacts_location: ./e2e/logs
9895
publish_check_name: E2E Test Results
9996
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)