Skip to content

Commit ab82599

Browse files
authored
Feature/polaris feat: Add Polaris support (gogf#1797)
1 parent 10e2b60 commit ab82599

40 files changed

+2155
-1023
lines changed

.github/workflows/gf.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- develop
99
- feature/**
1010
- fix/**
11+
1112
pull_request:
1213
branches:
1314
- master
@@ -89,7 +90,11 @@ jobs:
8990
- 9000:9000
9091
- 8123:8123
9192
- 9001:9001
92-
93+
polaris:
94+
image: huyuanxin/polaris-server-with-config:latest
95+
ports:
96+
- 8090:8090
97+
- 8091:8091
9398

9499
strategy:
95100
matrix:

0 commit comments

Comments
 (0)