From 0d3f5b2e7876cfc16ae3f0d911dacaf80591af00 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Mon, 28 Jul 2025 01:51:58 +0100 Subject: [PATCH] try inside container --- .gitea/workflows/flow.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/flow.yaml b/.gitea/workflows/flow.yaml index 1f12741..c50f9bb 100644 --- a/.gitea/workflows/flow.yaml +++ b/.gitea/workflows/flow.yaml @@ -7,6 +7,7 @@ jobs: runner-job: # You must use a Linux environment when using service containers or container jobs runs-on: ubuntu-latest + container: node:24 # Service containers to run with `runner-job` services: @@ -48,7 +49,7 @@ jobs: # a new PostgreSQL table. env: # The hostname used to communicate with the PostgreSQL service container - POSTGRES_HOST: localhost + POSTGRES_HOST: postgres # The default PostgreSQL port POSTGRES_PORT: 5432