Skip to content

Commit d65f72f

Browse files
committed
Fixed GHA Touchstone tests context
1 parent 8063963 commit d65f72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/touchstone-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
run: |
2020
pip install .
2121
- name: Run Touchstone Tests
22-
working-directory: ./touchstone-tests/touchstone
22+
working-directory: ./touchstone-tests
2323
run: |
2424
touchstone run
2525
- name: Run Java example Touchstone Tests
26-
working-directory: ./examples/java-spring/touchstone
26+
working-directory: ./examples/java-spring
2727
run: |
2828
touchstone run

0 commit comments

Comments
 (0)