Skip to content

Commit 1f41f9e

Browse files
authored
chore: always archive test reports
1 parent 225a0b6 commit 1f41f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
docker rm jenkins-rest nexus-rest mariadb
7777
docker network rm codemc
7878
- name: Archive Test Reports
79+
if: success() || failure()
7980
uses: actions/upload-artifact@v4
8081
with:
8182
name: test-report

0 commit comments

Comments
 (0)