Skip to content

Commit

Permalink
cd GHA style
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 14, 2024
1 parent 946f175 commit 5f6e9ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
image: firedrakeproject/firedrake-env:latest
credentials:
username: firedrake
defaults:
run:
working-directory: /home/firedrake
strategy:
# Don't immediately kill real if complex fails and vice versa.
fail-fast: false
Expand Down Expand Up @@ -101,7 +104,7 @@ jobs:
uses: mikepenz/[email protected]
if: ${{ always() && ( github.ref != 'refs/heads/master') }}
with:
report_paths: '/__w/firedrake/pip_venv/src/firedrake/firedrake.xml'
report_paths: '/home/firedrake/pip_venv/src/firedrake/firedrake.xml'
comment: true
check_name: "Firedrake ${{ matrix.scalar-type }}"
updateComment: true
Expand Down

0 comments on commit 5f6e9ea

Please sign in to comment.