File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 65
65
- image : wodby/php:7.1
66
66
environment :
67
67
- PHP_SENDMAIL_PATH=/dev/null
68
- - UNISH_DB_URL=mysql://root:@127.0.0.1
69
- - image : circleci/mysql:5.7.24
70
- - image : wodby/postgres:10.5
71
- environment :
72
- POSTGRES_PASSWORD : unish
73
- POSTGRES_DB : unish_dev
74
- POSTGRES_USER : unish
68
+ - UNISH_DB_URL=sqlite://sut/sites/dev/files/.ht.sqlite
75
69
<< : *test71steps
76
70
77
71
# See scheduled workflow
81
75
- image : wodby/php:7.1
82
76
environment :
83
77
- PHP_SENDMAIL_PATH=/dev/null
84
- - UNISH_DB_URL=mysql ://root: @127.0.0.1
78
+ - UNISH_DB_URL=pgsql ://unish:unish @127.0.0.1
85
79
- image : wodby/postgres:10.5
86
80
environment :
87
81
POSTGRES_PASSWORD : unish
@@ -151,11 +145,12 @@ workflows:
151
145
requires :
152
146
- check_mergable
153
147
# Drush scheduled jobs:
154
- # - Run the HIGHEST tests daily at the stroke of midnight UTC
148
+ # - Run the HIGHEST tests daily 8 minutes after midnight UTC
149
+ # - Run functional tests under Sqlite and Postgres.
155
150
scheduled :
156
151
triggers :
157
152
- schedule :
158
- cron : " 0 0 * * *"
153
+ cron : " 8 0 * * *"
159
154
filters :
160
155
branches :
161
156
only :
You can’t perform that action at this time.
0 commit comments