Skip to content

Commit 9c417af

Browse files
committed
Also set absolute path to bmi-tester root dir
1 parent 104e954 commit 9c417af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Test BMI
142142
working-directory: ${{ github.workspace }}
143143
run: |
144-
bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}/examples/test.cfg --root-dir=examples -vvv
144+
bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}\examples\test.cfg --root-dir=${{ github.workspace }}\examples -vvv
145145
146146
- name: Run examples
147147
working-directory: ${{ github.workspace }}/examples

0 commit comments

Comments
 (0)