Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a626a63598 |
@@ -11,8 +11,11 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:7
|
image: mongo:7
|
||||||
ports:
|
options: >-
|
||||||
- 27017:27017
|
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
|
||||||
|
--health-interval 5s
|
||||||
|
--health-timeout 5s
|
||||||
|
--health-retries 12
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve Server Install Action
|
- name: Retrieve Server Install Action
|
||||||
@@ -29,7 +32,7 @@ jobs:
|
|||||||
install-php: 'true'
|
install-php: 'true'
|
||||||
php-version: '8.5'
|
php-version: '8.5'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
database-uri: 'mongodb://127.0.0.1:27017/?tls=false'
|
database-uri: 'mongodb://mongo:27017/?tls=false'
|
||||||
database-name: 'ktrix_ci'
|
database-name: 'ktrix_ci'
|
||||||
app-environment: 'test'
|
app-environment: 'test'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user