Fix misleading comments
Probably a hasty copy/paste from line 39:40.
This commit is contained in:
4
.github/workflows/postgres-service.yml
vendored
4
.github/workflows/postgres-service.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
- run: node client.js
|
- run: node client.js
|
||||||
working-directory: ./postgres
|
working-directory: ./postgres
|
||||||
env:
|
env:
|
||||||
# use localhost for the host here because we have specified a container for the job.
|
# use localhost for the host here because we are running the job on the VM.
|
||||||
# If we were running the job on the VM this would be postgres
|
# If we were running the job on in a container this would be postgres
|
||||||
POSTGRES_HOST: localhost
|
POSTGRES_HOST: localhost
|
||||||
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} # get randomly assigned published port
|
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} # get randomly assigned published port
|
||||||
|
|||||||
Reference in New Issue
Block a user