Skip to content

Commit

Permalink
Lint actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jul 26, 2023
1 parent 73b8bb5 commit 0b70ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Gusto unit-tests
run: |
. /home/firedrake/firedrake/bin/activate
python $(which firedrake-clean)
which firedrake-clean
python -m pytest -n 12 -v unit-tests
- name: Gusto integration-tests
run: |
. /home/firedrake/firedrake/bin/activate
python $(which firedrake-clean)
firedrake-clean
python -m pytest -n 12 -v integration-tests
- name: Gusto examples
run: |
. /home/firedrake/firedrake/bin/activate
python $(which firedrake-clean)
firedrake-clean
python -m pytest -n 12 -v examples

0 comments on commit 0b70ad4

Please sign in to comment.