Skip to content

Commit

Permalink
TST: 3d ci mount
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Nov 13, 2023
1 parent 9374277 commit 6e51864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
image: dolfinx/dolfinx:v0.7.0
name: dolfinx
options: -v ${{ github.workspace }}:/warmth
options: -v ${{ github.workspace }}:/home/warmth
args: |
bash -c "cd /warmth" && pip install . pytest==7.4.2 pytest-cov==4.1.0 && pytest --cov-report=term-missing --cov=warmth/3d tests/3d | tee pytest-coverage.txt
bash -c "cd /home/warmth" && pip install . pytest==7.4.2 pytest-cov==4.1.0 && pytest --cov-report=term-missing --cov=warmth/3d tests/3d | tee pytest-coverage.txt
- name: Comment coverage
Expand Down

0 comments on commit 6e51864

Please sign in to comment.