Compare commits

...

2 commits

Author SHA1 Message Date
86636f0ba9 Actualiser .github/workflows/ci.yml
Some checks failed
CI / build (push) Successful in 4m1s
CI / lint (push) Successful in 4m6s
CI / e2e (push) Successful in 11m36s
CI / intent-service-test (push) Successful in 19m33s
CI / test (push) Failing after 21m19s
2026-08-28 23:30:09 +02:00
46635cb76f Merge pull request 'feat(cooking): « Commencer à cuisiner » — moteur d'optimisation + endpoint + page /cuisiner' (#11) from feat/cooking-session-ui into main
Some checks failed
CI / lint (push) Failing after 1m38s
CI / build (push) Successful in 3m25s
CI / e2e (push) Successful in 9m51s
CI / intent-service-test (push) Successful in 15m38s
CI / test (push) Failing after 30m23s
Reviewed-on: #11
2026-08-28 22:53:40 +02:00

View file

@ -54,8 +54,6 @@ jobs:
POSTGRES_USER: ci POSTGRES_USER: ci
POSTGRES_PASSWORD: ci POSTGRES_PASSWORD: ci
POSTGRES_DB: batchcooking_ci POSTGRES_DB: batchcooking_ci
ports:
- 5433:5432
options: >- options: >-
--health-cmd pg_isready --health-cmd pg_isready
--health-interval 5s --health-interval 5s