mirror of
https://gitee.com/johng/gf
synced 2026-07-05 05:13:14 +08:00
Feature/polaris feat: Add Polaris support (#1797)
This commit is contained in:
7
.github/workflows/gf.yml
vendored
7
.github/workflows/gf.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
- develop
|
||||
- feature/**
|
||||
- fix/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
@ -89,7 +90,11 @@ jobs:
|
||||
- 9000:9000
|
||||
- 8123:8123
|
||||
- 9001:9001
|
||||
|
||||
polaris:
|
||||
image: huyuanxin/polaris-server-with-config:latest
|
||||
ports:
|
||||
- 8090:8090
|
||||
- 8091:8091
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user