Skip to content

Commit

Permalink
Use multiple Windows OS for testing (aws#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl authored Apr 28, 2023
1 parent 2dd89ab commit 72d8517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
- name: Build Binaries
if: steps.cached_binaries.outputs.cache-hit != 'true'
working-directory: cwa
run: make amazon-cloudwatch-agent-mac package-darwin
run: make amazon-cloudwatch-agent-darwin package-darwin

- name: Copy binary
if: steps.cached_binaries.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -673,6 +673,7 @@ jobs:
-var="ssh_key_value=${PRIVATE_KEY}" -var="ssh_key_name=${KEY_NAME}" \
-var="cwa_github_sha=${GITHUB_SHA}" \
-var="test_dir=${{ matrix.arrays.test_dir }}" \
-var="ami=${{ matrix.arrays.ami }}" \
-var="s3_bucket=${S3_INTEGRATION_BUCKET}" ; then
terraform destroy -auto-approve
else
Expand Down

0 comments on commit 72d8517

Please sign in to comment.