Skip to content

Commit edfb5a7

Browse files
author
Michael Vasseur
committed
Use advice of random SO persons
https://stackoverflow.com/a/53092148
1 parent 1de5916 commit edfb5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
done
8787
- name: dump the db
8888
if: ${{ !cancelled() }}
89-
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
89+
run: mysqldump -uroot -proot --quick --max_allowed_packet=512M domjudge > /tmp/db.sql
9090
- name: Upload database dump for debugging
9191
if: ${{ !cancelled() }}
9292
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)