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 feb7fdb commit d1187bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
-var="ssh_key_value=${PRIVATE_KEY}" -var="ssh_key_name=${KEY_NAME}" \
-var="test_name=${{ matrix.arrays.os }}" \
-var="cwa_github_sha=${GITHUB_SHA}" \
-var="ami=$(aws ec2 describe-instances --query 'Reservations[0].Instances[0].ImageId' --output text) \
-var="ami=$(aws ec2 describe-instances --query 'Reservations[0].Instances[0].ImageId' --output text)" \
-var="test_dir=${{ matrix.arrays.test_dir }}" \
-var="use_ssm=${{ matrix.arrays.useSSM }}" \
-var="s3_bucket=${S3_INTEGRATION_BUCKET}" ; then
Expand Down

0 comments on commit d1187bc

Please sign in to comment.