+ Token
This commit is contained in:
parent
ea303e4989
commit
15b1e953a0
1 changed files with 33 additions and 33 deletions
16
.github/workflows/unit-test.yml
vendored
16
.github/workflows/unit-test.yml
vendored
|
|
@ -5,14 +5,6 @@ on:
|
|||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.17]
|
||||
db: [SQLite3]
|
||||
env:
|
||||
# 象传服务配置
|
||||
XIANG_MODE: debug
|
||||
|
|
@ -46,6 +38,13 @@ jobs:
|
|||
XIANG_LOG_DB: "fs:///${{ github.WORKSPACE }}/logs/db.log"
|
||||
XIANG_LOG_PLUGIN: "fs:///${{ github.WORKSPACE }}/logs/plugin.log"
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.17]
|
||||
db: [SQLite3]
|
||||
steps:
|
||||
- name: Checkout Kun
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -64,6 +63,7 @@ jobs:
|
|||
with:
|
||||
repository: yaoapp/gou
|
||||
path: gou
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Checkout Xiang
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue