Skip to content

Commit e258b33

Browse files
committed
fixup
1 parent d83a66b commit e258b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ jobs:
275275

276276
coverage:
277277
runs-on: ubuntu-24.04
278-
continue-on-error: true
279278
steps:
280279
- uses: actions/checkout@v4
281280

@@ -318,6 +317,7 @@ jobs:
318317
git diff ../tests > changes-test-results.diff
319318
320319
- uses: actions/upload-artifact@v4
320+
if: always()
321321
with:
322322
name: changes-test-results.diff
323323
path: .

0 commit comments

Comments
 (0)