diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7a52d7adf..ec6e0d67a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -132,8 +132,8 @@ jobs: docker run \ -e RAILS_MASTER_KEY \ -e POSTGRES_USER=postgres \ - -e POSTGRES_PASSWORD=postgres \ - -e POSTGRES_HOST=localhost \ + -e POSTGRES_PASSWORD=postgres \ + -e POSTGRES_HOST=localhost \ --network=host \ -v "$(pwd)"'/coverage:/app/coverage' \ app bin/ci.sh spec