We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4ee594 + 1f41f9e commit 3908f95Copy full SHA for 3908f95
1 file changed
.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
76
docker rm jenkins-rest nexus-rest mariadb
77
docker network rm codemc
78
- name: Archive Test Reports
79
+ if: success() || failure()
80
uses: actions/upload-artifact@v4
81
with:
82
name: test-report
0 commit comments