You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -608,8 +608,8 @@ jobs:
608
608
run: mvn -B package -DskipTests=true
609
609
- name: Set up TiDB
610
610
run: |
611
-
docker pull pingcap/tidb:latest
612
-
docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:v8.5.2
611
+
docker pull hawkingrei/tidb-playground:v8.5.2
612
+
docker run --name tidb-server -d -p 4000:4000 hawkingrei/tidb-playground:v8.5.2
613
613
sleep 10
614
614
- name: Create SQLancer user
615
615
run: sudo mysql -h 127.0.0.1 -P 4000 -u root -D test -e "CREATE USER 'sqlancer'@'%' IDENTIFIED WITH mysql_native_password BY 'sqlancer'; GRANT ALL PRIVILEGES ON *.* TO 'sqlancer'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES;"
0 commit comments