Skip to content

Commit 25bcafc

Browse files
authored
Update tests.yml
1 parent b41fd7f commit 25bcafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
echo -e "\n[mysqld]\nserver-id=1\nbinlog_format=row\nlog_bin=/var/log/mysql/mysql-bin.log" | sudo tee -a /etc/mysql/my.cnf
2828
sudo /etc/init.d/mysql start
29+
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
2930
3031
- name: Setup PHP, with composer and extensions
3132
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)