1 Commits

Author SHA1 Message Date
Sebastian a626a63598 feat: implement console command
Integration Tests / Integration Tests (pull_request) Successful in 59s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-23 08:29:43 -04:00
+6 -3
View File
@@ -11,8 +11,11 @@ jobs:
services:
mongo:
image: mongo:7
ports:
- 27017:27017
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
--health-timeout 5s
--health-retries 12
steps:
- name: Retrieve Server Install Action
@@ -29,7 +32,7 @@ jobs:
install-php: 'true'
php-version: '8.5'
server-path: './server'
database-uri: 'mongodb://127.0.0.1:27017/?tls=false'
database-uri: 'mongodb://mongo:27017/?tls=false'
database-name: 'ktrix_ci'
app-environment: 'test'