diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 640476f..287b3a5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: services: postgres: image: postgres:${{ matrix.postgres-version }} + networks: + - gitea-ci-network env: POSTGRES_PASSWORD: postgres options: >-