Skip to content

Commit

Permalink
Do Not Run montudor/action-zip@v1 When Previous Build Pass (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon authored Mar 23, 2022
1 parent 60987a1 commit 5991033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ jobs:
aws s3 cp s3://cloudwatch-agent-integration-bucket/integration-test/binary/${{ github.sha }} . --recursive
- uses: montudor/action-zip@v1
if: steps.cached_win_zip.outputs.cache-hit != 'true'
with:
args: unzip -qq windows/amd64/amazon-cloudwatch-agent.zip -d windows-agent

- name: Create msi dep folder and copy deps
if: steps.cached_win_zip.outputs.cache-hit != 'true'
run: |
export version=$(cat CWAGENT_VERSION)
echo cw agent version $version
Expand Down

0 comments on commit 5991033

Please sign in to comment.