Skip to content

Commit 8984573

Browse files
committed
fix: clone k8 cluster repo in k8 test
1 parent 84082f4 commit 8984573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: |
8888
cd ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
89-
bash cicd-deployment-scripts/k8s/test.sh \
89+
bash ../cicd-deployment-scripts/k8s/test.sh \
9090
-n ${{ env.KUBERNETES_NAMESPACE }} \
9191
-d ${{ github.event.repository.name }} \
9292
-t ${{ needs.call-az-acr-push-test.outputs.GH_REF_NAME }} \

0 commit comments

Comments
 (0)