Skip to content

Commit f67d31e

Browse files
committed
Update dependabot
1 parent 3ae4e9d commit f67d31e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ jobs:
6969
cache: maven
7070
- name: Maven Build for ${{ matrix.app }}
7171
working-directory: ${{ matrix.app }}
72-
run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false
72+
run: ./mvnw -B clean verify -Dquarkus.http.host=0.0.0.0 -DskipITs=false
73+

0 commit comments

Comments
 (0)