ci: update symfony.yml

This commit is contained in:
Maël Gangloff
2025-10-14 17:59:43 +02:00
parent b8e15645e0
commit 15f81654b4

View File

@@ -10,10 +10,9 @@ permissions:
contents: read
jobs:
container-job:
symfony:
name: CI
runs-on: ubuntu-latest
container: node:20-bookworm-slim
services:
postgres:
image: postgres
@@ -24,9 +23,6 @@ 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