Skip to content
  • Sponsor arduino/Arduino

  • Notifications You must be signed in to change notification settings
  • Fork 7k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 941363c

Browse files
committedJun 19, 2020
Always publish results
1 parent 6cb1625 commit 941363c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/unit-test.yml

+2
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)
Please sign in to comment.