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 7009f87 commit 54567c7Copy full SHA for 54567c7
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: 21
25
cache: maven
26
- name: Build with Maven
27
- run: mvn --no-transfer-progress --batch-mode verify
+ run: mvn --no-transfer-progress --batch-mode verify -U
28
env:
29
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
30
TESTCONTAINERS_RYUK_DISABLED: true
0 commit comments