Skip to content

Commit

Permalink
making sure dir is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 12, 2024
1 parent dab0f3c commit 45784ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45784ce

Please sign in to comment.