Skip to content

Commit 64b04e9

Browse files
committed
use absolute path to examples folder
1 parent 2ca1b72 commit 64b04e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Test
4343
run: |
4444
pytest --cov=heat --cov-report=xml:./coverage.xml -vvv
45-
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
45+
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
4646
4747
- name: Coveralls
4848
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'

0 commit comments

Comments
 (0)