diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 62d2d83..cce3f4c 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -12,7 +12,7 @@ jobs: container-job: runs-on: ubuntu-latest - # runs all of the steps inside the specified continer rather than on the VM host. + # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: image: node:10.16-jessie