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

Commit 9e05aa1

Browse files
committed
SUBMARINE-1349. export localhost for CI .
1 parent ad9c343 commit 9e05aa1

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+
kubectl -n submarine-user-test port-forward service/submarine-minio-service 9000:9000
439440
mvn $TEST_FLAG $TEST_MODULES -B
440441
- name: Build submarine-serve
441442
env:

0 commit comments

Comments
 (0)