mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 02:44:52 +00:00
ci: set TZ: 'Asia/Kolkata' on Python Tests
This commit is contained in:
1
.github/workflows/server-tests-mariadb.yml
vendored
1
.github/workflows/server-tests-mariadb.yml
vendored
@@ -56,6 +56,7 @@ jobs:
|
|||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
env:
|
env:
|
||||||
|
TZ: 'Asia/Kolkata'
|
||||||
MARIADB_ROOT_PASSWORD: 'root'
|
MARIADB_ROOT_PASSWORD: 'root'
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
|||||||
Reference in New Issue
Block a user