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 f67d31e commit 434fea3Copy full SHA for 434fea3
.github/workflows/build.yml
@@ -69,5 +69,4 @@ jobs:
69
cache: maven
70
- name: Maven Build for ${{ matrix.app }}
71
working-directory: ${{ matrix.app }}
72
- run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false
73
-
+ run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false
0 commit comments