diff --git a/.github/workflows/soaking.yml b/.github/workflows/soaking.yml index a96144a94..13685b832 100644 --- a/.github/workflows/soaking.yml +++ b/.github/workflows/soaking.yml @@ -150,6 +150,8 @@ jobs: echo TERRAFORM_DIRECTORY=${{ matrix.language }}/integration-tests/${{ matrix.sample-app }}/${{ matrix.instrumentation-type }} | tee --append $GITHUB_ENV - uses: hashicorp/setup-terraform@v2 + with: + terraform_version: 1.3.1 - name: Initialize terraform run: terraform init working-directory: ${{ env.TERRAFORM_DIRECTORY }} @@ -251,7 +253,7 @@ jobs: -a ${{ matrix.architecture }} - name: Set output if layer Soak Tests has error id: set-layer-if-error-output - if: ${{ failure() }} + if: ${{ success() }} run: echo "::set-output name=${{ matrix.language }}-${{ matrix.instrumentation-type }}-error::FAILED" - name: Remove sdk layers from terraform management to prevent deletion. if: ${{ matrix.language != 'go' }}