1 Commits

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