Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 3fcabd6

Browse files
committed
SUBMARINE-1349. export localhost for CI .
1 parent ca0243a commit 3fcabd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ jobs:
436436
TEST_MODULES: "-pl :submarine-server-core"
437437
run: |
438438
echo ">>> mvn $TEST_FLAG $TEST_MODULES -B"
439+
export MAVEN_OPTS="-DproxyHost=127.0.0.1 -DproxyPort=9000"
439440
mvn $TEST_FLAG $TEST_MODULES -B
440441
- name: Build submarine-serve
441442
env:

0 commit comments

Comments
 (0)