Skip to content

Commit b567377

Browse files
committed
publush test artifacts even on test failrues
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 3c996e1 commit b567377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
name: code-coverage-report
3737
path: build/reports
38+
if: always()
3839
test_mac:
3940
runs-on: macos-latest
4041
steps:
@@ -60,6 +61,7 @@ jobs:
6061
with:
6162
name: code-coverage-report
6263
path: build/reports
64+
if: always()
6365
test_windows:
6466
runs-on: windows-latest
6567
steps:
@@ -75,4 +77,5 @@ jobs:
7577
with:
7678
name: code-coverage-report
7779
path: build/reports
80+
if: always()
7881

0 commit comments

Comments
 (0)