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/test-all-versions.yml
+7-23Lines changed: 7 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -115,31 +115,15 @@ jobs:
115
115
node-version: ${{ matrix.node }}
116
116
- name: Set MySQL variables
117
117
run: mysql --user=root --password=${MYSQL_ROOT_PASSWORD} --host=${MYSQL_HOST} --port=${MYSQL_PORT} -e "SET GLOBAL log_output='TABLE'; SET GLOBAL general_log = 1;" mysql
Copy file name to clipboardExpand all lines: .github/workflows/unit-test.yml
+14-46Lines changed: 14 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -123,32 +123,16 @@ jobs:
123
123
node-version: ${{ matrix.node }}
124
124
- name: Set MySQL variables
125
125
run: mysql --user=root --password=${MYSQL_ROOT_PASSWORD} --host=${MYSQL_HOST} --port=${MYSQL_PORT} -e "SET GLOBAL log_output='TABLE'; SET GLOBAL general_log = 1;" mysql
0 commit comments