fix ENV bug
This commit is contained in:
parent
2eedea24a8
commit
d930adbd56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -10,7 +10,7 @@ env:
|
|||
# 象传服务配置
|
||||
XIANG_MODE: debug
|
||||
XIANG_SOURCE: ${{ github.WORKSPACE }}
|
||||
XIANG_ROOT: fs://${{ github.WORKSPACE }}/app
|
||||
XIANG_ROOT: ${{ github.WORKSPACE }}/app
|
||||
|
||||
# 服务配置
|
||||
XIANG_SERVICE_DEBUG: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue