From 32e6c5d0df2094cb1d4ae2fb1a274150d6f8dd44 Mon Sep 17 00:00:00 2001 From: Arnaud Rinquin Date: Tue, 17 Sep 2019 09:23:04 +0200 Subject: [PATCH] Fix misleading comments Probably a hasty copy/paste from line 39:40. --- .github/workflows/postgres-service.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 806f8e4..62d2d83 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -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