Skip to content

Commit

Permalink
Always upload CI logs (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Jan 24, 2025
1 parent ce571da commit 2394d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:

- name: Upload log files
uses: actions/upload-artifact@v4
if: always()
with:
name: firedrake-logs-${{ matrix.scalar-type }}
path: pytest_*.log
Expand Down

0 comments on commit 2394d9e

Please sign in to comment.