We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf026 commit 00af91eCopy full SHA for 00af91e
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
java-version: 21
28
cache: maven
29
- name: Build with Maven
30
- run: mvn --no-transfer-progress --batch-mode verify
+ run: mvn --no-transfer-progress --batch-mode verify -U
31
env:
32
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
33
TESTCONTAINERS_RYUK_DISABLED: true
0 commit comments