Skip to content

Commit

Permalink
fix test app root
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 638ad9c commit 997d9ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
env:
# 象传服务配置
XIANG_MODE: debug
XIANG_SOURCE: ${{ github.WORKSPACE }}/xiang
XIANG_ROOT: fs://${{ github.WORKSPACE }}/xiang/app
XIANG_SOURCE: ${{ github.WORKSPACE }}
XIANG_ROOT: fs://${{ github.WORKSPACE }}/app

# 服务配置
XIANG_SERVICE_DEBUG: true
Expand All @@ -29,13 +29,13 @@ env:

# 存储配置
XIANG_STOR_DEBUG: true
XIANG_STOR_PATH: "fs://${{ github.WORKSPACE }}/xiang/upload"
XIANG_STOR_PATH: "fs://${{ github.WORKSPACE }}/upload"

# 日志配置
XIANG_LOG_ACCESS: "fs://${{ github.WORKSPACE }}/xiang/logs/access.log"
XIANG_LOG_ERROR: "fs://${{ github.WORKSPACE }}/xiang/logs/error.log"
XIANG_LOG_DB: "fs://${{ github.WORKSPACE }}/xiang/logs/db.log"
XIANG_LOG_PLUGIN: "fs://${{ github.WORKSPACE }}/xiang/logs/plugin.log"
XIANG_LOG_ACCESS: "fs://${{ github.WORKSPACE }}/logs/access.log"
XIANG_LOG_ERROR: "fs://${{ github.WORKSPACE }}/logs/error.log"
XIANG_LOG_DB: "fs://${{ github.WORKSPACE }}/logs/db.log"
XIANG_LOG_PLUGIN: "fs://${{ github.WORKSPACE }}/logs/plugin.log"

jobs:
unit-test:
Expand Down

0 comments on commit 997d9ac

Please sign in to comment.