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/ci.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ on:
7
7
- '0.[0-9]+.x'
8
8
- '1.[0-9]+.x'
9
9
10
-
11
10
name: CI Tests
12
11
13
12
jobs:
@@ -127,11 +126,11 @@ jobs:
127
126
brew services start mysql &&
128
127
brew services stop mysql;sleep 3;brew services start mysql &&
129
128
sleep 2 &&
130
-
/usr/local/Cellar/mysql/8.0.19_1/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
129
+
/usr/local/Cellar/mysql/8.0.21/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
0 commit comments