Skip to content

Commit 348e52e

Browse files
committed
Added step to set up timezone
1 parent c5d4e7e commit 348e52e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
binlog_rows_query_log_events=ON
2424
root-password: root
2525

26+
- name: set up timezones
27+
run: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
28+
2629
- name: Setup PHP, with composer and extensions
2730
uses: shivammathur/setup-php@v2
2831
with:

0 commit comments

Comments
 (0)