From 8793142a73986047662ecd67123ef454971d5ba0 Mon Sep 17 00:00:00 2001 From: Miki Lombardi Date: Wed, 30 Oct 2024 10:02:38 +0000 Subject: [PATCH] automation: update github action --- .github/workflows/playwright.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 91dfefe..5014d9f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -6,18 +6,18 @@ on: branches: [ main, master ] jobs: test: - services: - postgres: - image: postgres:latest - env: - POSTGRES_USER: test - POSTGRES_PASSWORD: test - POSTGRES_DB: db - POSTGRESQL_FSYNC: "off" - ports: - - 5432:5432 - # needed because the postgres container does not provide a healthcheck - options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 + services: + postgres: + image: postgres:latest + env: + POSTGRES_USER: test + POSTGRES_PASSWORD: test + POSTGRES_DB: db + POSTGRESQL_FSYNC: "off" + ports: + - 5432:5432 + # needed because the postgres container does not provide a healthcheck + options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 timeout-minutes: 10 runs-on: ubuntu-latest steps: