Skip to content

Commit 2714fda

Browse files
author
Michael Vasseur
committed
As suggested by Jaap
1 parent 707bf7a commit 2714fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
cat /proc/cpuinfo
4343
- name: pstree
4444
run: pstree -p
45+
- name: Set SQL isolation to very strict
46+
run: echo "SET GLOBAL transaction_isolation='READ-COMMITTED';" mysql -uroot -proot
4547
- name: Install DOMjudge
4648
run: .github/jobs/baseinstall.sh all
4749
- name: Set up chroot

0 commit comments

Comments
 (0)