ci: update symfony.yml

This commit is contained in:
Maël Gangloff
2025-10-14 17:57:25 +02:00
parent 8a25fb9d9c
commit b8e15645e0

View File

@@ -10,9 +10,10 @@ permissions:
contents: read
jobs:
symfony:
name: CI
container-job:
runs-on: ubuntu-latest
container: node:20-bookworm-slim
services:
postgres:
image: postgres
@@ -23,6 +24,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
symfony:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3