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

Commit

Permalink
SUBMARINE-1349. export localhost for CI .
Browse files Browse the repository at this point in the history
  • Loading branch information
hhcs9527 committed Feb 28, 2023
1 parent ca0243a commit 3fcabd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ jobs:
TEST_MODULES: "-pl :submarine-server-core"
run: |
echo ">>> mvn $TEST_FLAG $TEST_MODULES -B"
export MAVEN_OPTS="-DproxyHost=127.0.0.1 -DproxyPort=9000"
mvn $TEST_FLAG $TEST_MODULES -B
- name: Build submarine-serve
env:
Expand Down

0 comments on commit 3fcabd6

Please sign in to comment.