Skip to content

Commit 5f6e9ea

Browse files
committed
cd GHA style
1 parent 946f175 commit 5f6e9ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pip.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
image: firedrakeproject/firedrake-env:latest
2424
credentials:
2525
username: firedrake
26+
defaults:
27+
run:
28+
working-directory: /home/firedrake
2629
strategy:
2730
# Don't immediately kill real if complex fails and vice versa.
2831
fail-fast: false
@@ -101,7 +104,7 @@ jobs:
101104
uses: mikepenz/[email protected]
102105
if: ${{ always() && ( github.ref != 'refs/heads/master') }}
103106
with:
104-
report_paths: '/__w/firedrake/pip_venv/src/firedrake/firedrake.xml'
107+
report_paths: '/home/firedrake/pip_venv/src/firedrake/firedrake.xml'
105108
comment: true
106109
check_name: "Firedrake ${{ matrix.scalar-type }}"
107110
updateComment: true

0 commit comments

Comments
 (0)