Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3e5ff5

Browse files
committed
Fix unish-db-url.
1 parent d09463f commit d3e5ff5

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.circleci/config.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ jobs:
6565
- image: wodby/php:7.1
6666
environment:
6767
- 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
7569
<<: *test71steps
7670

7771
# See scheduled workflow
@@ -81,7 +75,7 @@ jobs:
8175
- image: wodby/php:7.1
8276
environment:
8377
- 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
8579
- image: wodby/postgres:10.5
8680
environment:
8781
POSTGRES_PASSWORD: unish
@@ -151,11 +145,12 @@ workflows:
151145
requires:
152146
- check_mergable
153147
# 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.
155150
scheduled:
156151
triggers:
157152
- schedule:
158-
cron: "0 0 * * *"
153+
cron: "8 0 * * *"
159154
filters:
160155
branches:
161156
only:

0 commit comments

Comments
 (0)