Skip to content

Commit 104e954

Browse files
committed
Specify path to config file for bmi-tester
1 parent 03f74b2 commit 104e954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ jobs:
139139
python -c 'from pymt.models import HeatModelF'
140140
141141
- name: Test BMI
142+
working-directory: ${{ github.workspace }}
142143
run: |
143-
make test
144+
bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}/examples/test.cfg --root-dir=examples -vvv
144145
145146
- name: Run examples
146147
working-directory: ${{ github.workspace }}/examples

0 commit comments

Comments
 (0)