Move verify e2e test (#996)

This commit is contained in:
Moritz Sanft 2023-01-17 11:28:28 +01:00 committed by GitHub
parent ec1df3084b
commit 9023482ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ runs:
- name: Run constellation verify test
if: inputs.test == 'verify'
uses: ./.github/actions/constellation_verify
uses: ./.github/actions/e2e_verify
with:
cloudProvider: ${{ inputs.cloudProvider }}
osImage: ${{ inputs.osImage }}