try inside container
All checks were successful
Actions / runner-job (push) Successful in 1m59s

This commit is contained in:
2025-07-28 01:51:58 +01:00
parent 9e96bef11d
commit 0d3f5b2e78

View File

@ -7,6 +7,7 @@ jobs:
runner-job: runner-job:
# You must use a Linux environment when using service containers or container jobs # You must use a Linux environment when using service containers or container jobs
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:24
# Service containers to run with `runner-job` # Service containers to run with `runner-job`
services: services:
@ -48,7 +49,7 @@ jobs:
# a new PostgreSQL table. # a new PostgreSQL table.
env: env:
# The hostname used to communicate with the PostgreSQL service container # The hostname used to communicate with the PostgreSQL service container
POSTGRES_HOST: localhost POSTGRES_HOST: postgres
# The default PostgreSQL port # The default PostgreSQL port
POSTGRES_PORT: 5432 POSTGRES_PORT: 5432