From 75622a0354908096a758ffef0e411ad54df81639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D1=8F=20=D0=91=D0=B8=D0=B7=D1=8E=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Tue, 17 Dec 2024 18:21:17 +0500 Subject: [PATCH] - --- .gitea/workflows/test.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 214e321..1c97114 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -2,13 +2,6 @@ name: Unit tests run-name: ${{ gitea.actor }} is testing on: push -env: - registry: my_registry_name - # Not sure these are actually being passed down to rails, set them as the default in database.yml - DB_HOST: localhost - DB_USERNAME: postgres - DB_PASSWORD: postgres - jobs: test: runs-on: ubuntu-latest @@ -42,4 +35,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Run integration tests + env: + POSTGRES_HOST: postgres + POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} run: dotnet test DD.Persistence.IntegrationTests \ No newline at end of file