This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user