Skip to content

Commit

Permalink
Changed path of the tests (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
UZerbinati authored Dec 7, 2024
1 parent ecec093 commit e44a2a3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ngsPETSc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ jobs:
run: |
. /home/firedrake/firedrake/bin/activate
cd $VIRTUAL_ENV/src/firedrake
pytest tests/multigrid/test_netgen_gmg.py
pytest tests/regression/test_netgen.py
pytest tests/firedrake/regression/test_poisson_strong_bcs.py
pytest tests/firedrake/multigrid/test_netgen_gmg.py
pytest tests/firedrake/regression/test_netgen.py
firedrake-complex:
runs-on: ubuntu-latest
Expand All @@ -142,6 +143,6 @@ jobs:
run: |
. /home/firedrake/firedrake/bin/activate
cd $VIRTUAL_ENV/src/firedrake
pytest tests/regression/test_poisson_strong_bcs.py
pytest tests/multigrid/test_netgen_gmg.py
pytest tests/regression/test_netgen.py
pytest tests/firedrake/regression/test_poisson_strong_bcs.py
pytest tests/firedrake/multigrid/test_netgen_gmg.py
pytest tests/firedrake/regression/test_netgen.py

0 comments on commit e44a2a3

Please sign in to comment.