From 66b69e03ef414138b6f5f1c70d81eddada006361 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 13:54:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/db.yaml | 2 +- .gitea/workflows/test.yaml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/db.yaml b/.gitea/workflows/db.yaml index d762216..0e59848 100644 --- a/.gitea/workflows/db.yaml +++ b/.gitea/workflows/db.yaml @@ -24,7 +24,7 @@ jobs: --health-retries 5 ports: # Maps tcp port 5432 on service container to the host - - 5433:5432 + - 5442:5432 steps: # Downloads a copy of the code in your repository before running CI tests diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml deleted file mode 100644 index 324682e..0000000 --- a/.gitea/workflows/test.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Unit tests -run-name: ${{ gitea.actor }} is testing -on: [push] - -jobs: - test: - runs-on: ubuntu-latest - - steps: - - name: Setup dotnet - if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x - - name: Check out repository code - uses: actions/checkout@v4 - - name: Run integration tests - run: dotnet test DD.Persistence.IntegrationTests \ No newline at end of file