diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index fe23861e..53858244 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -64,6 +64,8 @@ jobs: run: mix compile --warnings-as-errors env: MIX_ENV: test + DATABASE_HOST: postgres + DATABASE_PORT: 5432 - name: Run tests run: mix test