Skip to content

Commit 05273de

Browse files
committed
Fix path
1 parent 745545c commit 05273de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
if: matrix.os != 'windows-latest'
6464
run: |
6565
micromamba activate pybind11_json
66-
./test/test_pybind11_json
67-
working-directory: build
66+
test_pybind11_json
67+
working-directory: build/test
6868

6969
- name: Windows, Run tests
7070
if: matrix.os == 'windows-latest'
7171
shell: cmd
7272
run: |
7373
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate pybind11_json
74-
./test/test_pybind11_json
75-
working-directory: build
74+
test_pybind11_json
75+
working-directory: build/test

0 commit comments

Comments
 (0)