Skip to content

Commit 3928b69

Browse files
authored
Ensure MySQL is configure correctly in the e2e test. (#1028)
1 parent 8eeec25 commit 3928b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
- uses: actions/checkout@v3
215215
- name: Set up MySQL
216216
run: |
217+
printf "\n[mysqld]\nmax_allowed_packet=42M\nlog_bin_trust_function_creators=1\n" | sudo tee -a /etc/mysql/my.cnf
217218
sudo /etc/init.d/mysql start
218219
- name: Download installers from GitHub artifacts
219220
id: download

0 commit comments

Comments
 (0)