Skip to content

Commit

Permalink
Adding docker host
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Deandrea <[email protected]>
  • Loading branch information
edeandrea committed Jan 5, 2024
1 parent e02b08b commit 9be382b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
./mvnw -B clean verify \
-Dquarkus.http.host=0.0.0.0 \
-Dmaven.compiler.release=${{ matrix.java }} \
-Dquarkus.container-image.build=true
-Dquarkus.container-image.build=true \
-Dquarkus.test.arg-line="--add-host host.docker.internal:host-gateway"
# Can't run the integration tests for fights/statistics because of https://github.com/quarkusio/quarkus/issues/23916
jvm-container-build:
Expand Down Expand Up @@ -277,7 +278,8 @@ jobs:
-Dquarkus.http.host=0.0.0.0 \
-Dmaven.compiler.release=${{ matrix.java }} \
-Dquarkus.container-image.build=true \
-Dquarkus.native.container-build=true
-Dquarkus.native.container-build=true \
-Dquarkus.test.arg-line="--add-host host.docker.internal:host-gateway"
# Can't run the integration tests for containerized fights/statistics because of https://github.com/quarkusio/quarkus/issues/23916
native-container-build:
Expand Down

0 comments on commit 9be382b

Please sign in to comment.