From b8e15645e056fc780a1b3aa06f1f5be6f730e032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 14 Oct 2025 17:57:25 +0200 Subject: [PATCH] ci: update symfony.yml --- .github/workflows/symfony.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/symfony.yml b/.github/workflows/symfony.yml index cf73a11..f7a2a3e 100644 --- a/.github/workflows/symfony.yml +++ b/.github/workflows/symfony.yml @@ -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