Skip to content

Commit

Permalink
overwrite changed state in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Feb 26, 2024
1 parent e5042f1 commit fdb49e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,14 @@ jobs:
cloudProvider: ${{ needs.generate-input-parameters.outputs.cloudProvider }}
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
gcpServiceAccount: "[email protected]"

- name: Overwrite changed state
if: always()
uses: ./.github/actions/artifact_upload
with:
name: terraform-state-${{ steps.e2e_test.outputs.namePrefix }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
path: >
to-zip/constellation-terraform
to-zip/constellation-iam-terraform
overwrite: true

0 comments on commit fdb49e3

Please sign in to comment.