feat: 接入管理 Secret 凭据与连接刷新
This commit is contained in:
@@ -40,4 +40,23 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Lint
|
||||
run: make lint
|
||||
run: |
|
||||
make lint
|
||||
make lint-database-integration
|
||||
|
||||
database-integration:
|
||||
runs-on: [self-hosted, vm]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
cache: true
|
||||
|
||||
- name: Test Database credentials with real backends
|
||||
run: make test-database-integration
|
||||
|
||||
Reference in New Issue
Block a user