mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
ci: update symfony.yml
This commit is contained in:
parent
8a25fb9d9c
commit
b8e15645e0
8
.github/workflows/symfony.yml
vendored
8
.github/workflows/symfony.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user