diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 84aa1ea..0dde429 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -29,6 +29,10 @@ jobs: steps: - uses: actions/checkout@v1 + - run: echo $JOB_CONTEXT + env: + JOB_CONTEXT: ${{ toJson(job) }} + - run: npm ci working-directory: ./postgres - run: node client.js @@ -64,4 +68,4 @@ jobs: # use postgres for the host here because we have specified a contaienr for the job. # If we were running the job on the VM this would be localhost POSTGRES_HOST: localhost - POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} \ No newline at end of file + POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}