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.
1 parent 672864f commit 5dd3704Copy full SHA for 5dd3704
.github/workflows/integration.yml
@@ -81,7 +81,7 @@ jobs:
81
done
82
- name: dump the db
83
if: ${{ !cancelled() }}
84
- run: mysqldump -uroot -proot domjudge > /tmp/db.sql
+ run: mysqldump -uroot -proot --quick --max_allowed_packet=1024M domjudge > /tmp/db.sql
85
- name: Upload database dump for debugging
86
87
uses: actions/upload-artifact@v4
0 commit comments