diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e1dd42d779..529f920713 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1425,6 +1425,14 @@ jobs: timeout_minutes: 60 retry_wait_seconds: 5 command: | + if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then + cd "${{ matrix.arrays.terraform_dir }}" + else + cd terraform/eks/addon/gpu + fi + pwd + EKS_CLUSTER_NAME=${{ env.EKS_CLUSTER_NAME }} + if go test ${{ matrix.arrays.test_dir }} -eksClusterName ${EKS_CLUSTER_NAME} -computeType=EKS -v -eksDeploymentStrategy=DAEMON -eksGpuType=nvidia; then echo "Tests passed" else