Skip to content

Commit

Permalink
Fix dumping SQL dump artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 9, 2024
1 parent 672864f commit 5dd3704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
done
- name: dump the db
if: ${{ !cancelled() }}
run: mysqldump -uroot -proot domjudge > /tmp/db.sql
run: mysqldump -uroot -proot --quick --max_allowed_packet=1024M domjudge > /tmp/db.sql
- name: Upload database dump for debugging
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5dd3704

Please sign in to comment.