Skip to content

Commit 1ddddf5

Browse files
committed
Modify Test in msys2.yml
1 parent 9cb3c1f commit 1ddddf5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/msys2.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
cmake --build . --config $BUILD_TYPE -j 2
3737
3838
- name: Test
39-
working-directory: ${{runner.workspace}}/build
4039
shell: bash
41-
run: ctest -C $BUILD_TYPE
40+
run: |
41+
pwd
42+
cd build
43+
ctest -C $BUILD_TYPE

0 commit comments

Comments
 (0)