Skip to content

Commit

Permalink
Test azure publish workflow on kcc-UID2-2340-add-test-pipeline-for-azure
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 16, 2024
1 parent ef59a28 commit 0936696
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,13 @@ jobs:
draft: true
files: |
${{ env.ARTIFACTS_OUTPUT_DIR }}/uid2-operator-deployment-artifacts-${{ steps.meta.outputs.version }}.zip
e2e:
name: E2E
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
needs: buildImage
with:
operator_type: azure
operator_image_version: ${{ needs.buildImage.outputs.image_tag }}
operator_branch: ${{ github.ref }}
secrets: inherit

0 comments on commit 0936696

Please sign in to comment.