Skip to content

Commit

Permalink
Edited yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 21, 2023
1 parent d86935e commit 4f28bdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,16 @@ jobs:
if: steps.ec2-win-integration-test.outputs.cache-hit != 'true'
uses: nick-fields/retry@v2
with:
max_attempts: 3
max_attempts: 1
timeout_minutes: 30
retry_wait_seconds: 5
command: |
if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then
echo "directory name is:----------: ${{ matrix.arrays.terraform_dir }}"
echo "directory name found"
cd "${{ matrix.arrays.terraform_dir }}"
else
else
echo "directory in -----------:terraform/ec2/win"
cd terraform/ec2/win
fi
terraform init
Expand Down

0 comments on commit 4f28bdd

Please sign in to comment.