Skip to content

Commit

Permalink
Add E2E test as a part of the gcp publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 9, 2024
1 parent 6a0644a commit 545745d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
echo "jar_version=$(mvn help:evaluate -Dexpression=project.version | grep -e '^[1-9][^\[]')" >> $GITHUB_OUTPUT
echo "git_commit=$(git show --format="%h" --no-patch)" >> $GITHUB_OUTPUT
cp -r target ${{ env.DOCKER_CONTEXT_PATH }}/
- name: E2E
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
with:
operator_image_version: ${{ steps.updatePom.outputs.image_tag }}
operator_branch: ${{ github.ref }}

- name: Commit pom.xml and version.json
if: ${{ inputs.version_number_input == '' && steps.checkRelease.outputs.IS_RELEASE != 'true' }}
Expand Down

0 comments on commit 545745d

Please sign in to comment.