Skip to content

Commit

Permalink
use absolute path to examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 18, 2024
1 parent adb89e0 commit 4172288
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 @@ -42,7 +42,7 @@ jobs:
- name: Test
run: |
pytest --cov=heat --cov-report=xml:./coverage.xml -vvv
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=${{ github.workspace }}/examples -vvv
- name: Coveralls
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
Expand Down

0 comments on commit 4172288

Please sign in to comment.