[Test] Correct the path to test scripts
This commit is contained in:
parent
8bbbec37a3
commit
54db85c2f6
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue