Skip to content

Commit 5dd3704

Browse files
committed
Fix dumping SQL dump artifact
1 parent 672864f commit 5dd3704

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
@@ -81,7 +81,7 @@ jobs:
8181
done
8282
- name: dump the db
8383
if: ${{ !cancelled() }}
84-
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
84+
run: mysqldump -uroot -proot --quick --max_allowed_packet=1024M domjudge > /tmp/db.sql
8585
- name: Upload database dump for debugging
8686
if: ${{ !cancelled() }}
8787
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)