Skip to content

Commit e01a3e2

Browse files
author
Michael Vasseur
committed
As suggested by Jaap
1 parent 2fb08a5 commit e01a3e2

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

0 commit comments

Comments
 (0)