Skip to content

Commit

Permalink
Fix asg
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 22, 2024
1 parent 2acd5bc commit ebae051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ec2-asg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
- name: Initiate Terraform
uses: ./.github/workflows/actions/execute_and_retry
with:
command: "cd ${{ env.TEST_RESOURCES_FOLDER }}/terraform/dotnet/ec2/default && terraform init && terraform validate"
command: "cd ${{ env.TEST_RESOURCES_FOLDER }}/terraform/dotnet/ec2/asg && terraform init && terraform validate"
cleanup: "rm -rf .terraform && rm -rf .terraform.lock.hcl"
max_retry: 6
sleep_time: 60

- name: Deploy sample app via terraform and wait for endpoint to come online
working-directory: terraform/dotnet/ec2/default
working-directory: terraform/dotnet/ec2/asg
run: |
# Attempt to deploy the sample app on an EC2 instance and wait for its endpoint to come online.
# There may be occasional failures due to transitivity issues, so try up to 2 times.
Expand Down

0 comments on commit ebae051

Please sign in to comment.