[Test] Correct the path to test scripts

This commit is contained in:
tangxifan 2020-11-24 14:27:40 -07:00
parent 8bbbec37a3
commit 54db85c2f6
1 changed files with 1 additions and 3 deletions

View File

@ -124,8 +124,6 @@ jobs:
run: cmake --build . --config $BUILD_TYPE
- name: ${{matrix.config.name}}
working-directory: ${{runner.workspace}}
shell: bash
# Execute the test.
run: |
source ${{runner.workspace}}/.github/workflows/${{matrix.config.reg_script}}
run: source ./.github/workflows/${{matrix.config.reg_script}}