Skip to content

Commit 6f55406

Browse files
author
Michael Vasseur
committed
As suggested by Jaap
1 parent 679ef39 commit 6f55406

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
@@ -47,6 +47,8 @@ jobs:
4747
cat /proc/cpuinfo
4848
- name: pstree
4949
run: pstree -p
50+
- name: Set SQL isolation to very strict
51+
run: echo "SET GLOBAL transaction_isolation='READ-COMMITTED';" mysql -uroot -proot
5052
- name: Install DOMjudge
5153
run: .github/jobs/baseinstall.sh all
5254
- name: Set up chroot

0 commit comments

Comments
 (0)