Skip to content

Commit

Permalink
Update GitHub workflow Postgre host to localhost (#719)
Browse files Browse the repository at this point in the history
Resolves a bug related to recent changes to run tests
directly on Ubuntu instead of a Docker container.
  • Loading branch information
robcole authored Dec 30, 2021
1 parent 7128088 commit 762a6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_app_skeleton/.github/workflows/ci.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
env:
LUCKY_ENV: test
DB_HOST: postgres
DB_HOST: localhost
continue-on-error: ${{ matrix.experimental }}
services:
postgres:
Expand Down

0 comments on commit 762a6f1

Please sign in to comment.