We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca1b72 commit 64b04e9Copy full SHA for 64b04e9
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Test
43
run: |
44
pytest --cov=heat --cov-report=xml:./coverage.xml -vvv
45
- bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
+ bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
46
47
- name: Coveralls
48
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
0 commit comments