Skip to content

Commit 5428167

Browse files
Upload artifacts always
1 parent 5da3902 commit 5428167

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,16 @@ jobs:
7878
grep "No submissions in queue" /opt/domjudge/judgehost/log/judge*-0.log && break
7979
done
8080
- name: dump the db
81+
if: ${{ !cancelled() }}
8182
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
8283
- name: Upload artifact for debugging
84+
if: ${{ !cancelled() }}
8385
uses: actions/upload-artifact@v3
8486
with:
8587
name: DB-dump
86-
path: /tmp/db.sql
88+
path: |
89+
/tmp/db.sql
90+
/opt/domjudge/domserver/webapp/var/log/*.log
8791
- name: Verifying submissions
8892
shell: bash
8993
run: |

0 commit comments

Comments
 (0)