Skip to content

Commit a596166

Browse files
committed
debug
1 parent 0dcf4d2 commit a596166

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
echo "$line"
6969
grep "No submissions in queue" /opt/domjudge/judgehost/log/judge*-0.log && break
7070
done
71+
- name: dump the db
72+
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
73+
- name: Upload artifact for debugging
74+
uses: actions/upload-artifact@v3
75+
with:
76+
name: DB-dump
77+
path: /tmp/db.sql
7178
- name: Verifying submissions
7279
shell: bash
7380
run: |

0 commit comments

Comments
 (0)