CI: github.WORKSPACE
This commit is contained in:
parent
35408901f3
commit
b1fc2dc049
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -11,7 +11,7 @@ env:
|
|||
XIANG_MODE: debug
|
||||
XIANG_SOURCE: ${{ github.WORKSPACE }}
|
||||
XIANG_ROOT: ${{ github.WORKSPACE }}/tests
|
||||
XIANG_ROOT_PLUGIN: ${{ github.GITHUB_WORKSPACE }}/../../../data/gou-unit/plugins
|
||||
XIANG_ROOT_PLUGIN: ${{ github.WORKSPACE }}/../../../data/gou-unit/plugins
|
||||
|
||||
# 服务配置
|
||||
XIANG_SERVICE_DEBUG: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue