We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1625 commit 941363cCopy full SHA for 941363c
.github/workflows/unit-test.yml
@@ -22,6 +22,7 @@ jobs:
22
working-directory: ./build
23
run: xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ant test -Drunning-from-github-action=1
24
- name: Publish results
25
+ if: always()
26
uses: actions/upload-artifact@v2
27
with:
28
name: html-results-linux
@@ -50,6 +51,7 @@ jobs:
50
51
52
run: ant test -Drunning-from-github-action=1
53
54
55
56
57
name: html-results-win
0 commit comments