From 6e51864f79b717dd3c7ba615e3d10758b3efbf9f Mon Sep 17 00:00:00 2001 From: Adam Cheng <52572642+adamchengtkc@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:48:37 +0000 Subject: [PATCH] TST: 3d ci mount --- .github/workflows/python-test-3d.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test-3d.yml b/.github/workflows/python-test-3d.yml index ebcc918..53d758d 100644 --- a/.github/workflows/python-test-3d.yml +++ b/.github/workflows/python-test-3d.yml @@ -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