Skip to content

Commit 04de5ea

Browse files
committed
update port
1 parent 05348bb commit 04de5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848

4949
- name: Build
5050
working-directory: ${{ matrix.project }}
51-
run: ./mvnw -B clean verify -Dquarkus.http.test-port=0 -Dmaven.compiler.release=${{ matrix.java }}
51+
run: ./mvnw -B clean verify -Dquarkus.http.test-port=8081 -Dmaven.compiler.release=${{ matrix.java }}

0 commit comments

Comments
 (0)