Skip to content

Commit 1441822

Browse files
committed
Always publish results
1 parent d090fea commit 1441822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
working-directory: ./build
2323
run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1
2424
- name: Publish results
25+
if: always()
2526
uses: actions/upload-artifact@v2
2627
with:
2728
name: html-results-linux
@@ -50,6 +51,7 @@ jobs:
5051
working-directory: ./build
5152
run: ant test -Drunning-from-github-action=1
5253
- name: Publish results
54+
if: always()
5355
uses: actions/upload-artifact@v2
5456
with:
5557
name: html-results-win

0 commit comments

Comments
 (0)