Fix misleading comments

Probably a hasty copy/paste from line 39:40.
This commit is contained in:
Arnaud Rinquin
2019-09-17 09:23:04 +02:00
committed by GitHub
parent db907008e7
commit 32e6c5d0df

View File

@@ -66,7 +66,7 @@ jobs:
- run: node client.js
working-directory: ./postgres
env:
# use localhost for the host here because we have specified a container for the job.
# If we were running the job on the VM this would be postgres
# use localhost for the host here because we are running the job on the VM.
# If we were running the job on in a container this would be postgres
POSTGRES_HOST: localhost
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} # get randomly assigned published port