Skip to content

Commit

Permalink
cd into examples folder before running bmi-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 22, 2024
1 parent 6bb5d14 commit 068e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pip install model-metadata gimli.units bmi-tester
pip install .
bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
cd examples && bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=. -vvv
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 068e532

Please sign in to comment.