diff --git a/.github/workflows/dynamic_analysis.yaml b/.github/workflows/dynamic_analysis.yaml index a7969aca..2d373af4 100644 --- a/.github/workflows/dynamic_analysis.yaml +++ b/.github/workflows/dynamic_analysis.yaml @@ -36,6 +36,6 @@ jobs: pip install -r .ci/requirements.txt - name: Prepare Postgres run: | - createdb -U tester testspace + createdb -h localhost -U tester testspace - name: pytest run: pytest --cov=dawgie --cov-branch --cov-report term-missing -v Test