Skip to content

Commit 068e532

Browse files
committed
cd into examples folder before running bmi-tester
1 parent 6bb5d14 commit 068e532

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
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
pip install model-metadata gimli.units bmi-tester
4848
pip install .
49-
bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
49+
cd examples && bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=. -vvv
5050
5151
- name: Coveralls
5252
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)