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: services:
mongo: mongo:
image: mongo:7 image: mongo:7
options: >- ports:
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\"" - 27017:27017
--health-interval 5s
--health-timeout 5s
--health-retries 12
steps: steps:
- name: Retrieve Server Install Action - name: Retrieve Server Install Action
@@ -32,7 +29,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://mongo:27017/?tls=false' database-uri: 'mongodb://127.0.0.1:27017/?tls=false'
database-name: 'ktrix_ci' database-name: 'ktrix_ci'
app-environment: 'test' app-environment: 'test'