Changed Workflows for release and preview to add the profile enabling WorkloadContainerVerifications Test

This commit is contained in:
MikeYaacoubStax 2023-02-10 16:17:41 -05:00
parent f2dd1b6cf4
commit 06cd96786b
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
- name: build preview revision
run: |
mvn clean package -Drevision="${{ env.PREVIEW_VERSION }}"
mvn clean package -Drevision="${{ env.PREVIEW_VERSION }}" -P enable-container-tests
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2.2.1

View File

@ -62,7 +62,7 @@ jobs:
- name: build release revision
run: |
mvn clean package -Drevision="${{ env.RELEASE_VERSION }}"
mvn clean package -Drevision="${{ env.RELEASE_VERSION }}" -P enable-container-tests
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2.2.1