From 72d85176a41cf25aef5250419e0c81230f89d32d Mon Sep 17 00:00:00 2001 From: zhihonl <61301537+zhihonl@users.noreply.github.com> Date: Fri, 28 Apr 2023 13:38:54 -0400 Subject: [PATCH] Use multiple Windows OS for testing (#742) --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8722e48243..cd66b86093 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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' @@ -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