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