enable preview to update maven snapshots

This commit is contained in:
Jonathan Shook 2024-12-11 13:28:52 -06:00
parent 83065001ed
commit 762f2e71c3

View File

@ -70,7 +70,7 @@ jobs:
run: |
# mvn clean verify -Drevision="${{ env.PREVIEW_VERSION }}" -P enable-container-tests
# disable container tests until they are fixed
mvn clean verify -Drevision="${{ env.PREVIEW_VERSION }}"
mvn -U clean verify -Drevision="${{ env.PREVIEW_VERSION }}"
- name: Setup docker buildx
uses: docker/setup-buildx-action@v3