Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Feb 18, 2025
1 parent d83a66b commit e258b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ jobs:

coverage:
runs-on: ubuntu-24.04
continue-on-error: true
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -318,6 +317,7 @@ jobs:
git diff ../tests > changes-test-results.diff
- uses: actions/upload-artifact@v4
if: always()
with:
name: changes-test-results.diff
path: .
Expand Down

0 comments on commit e258b33

Please sign in to comment.