From 10bb27d4eb88f94f033c8a1b42aadfc7c8e8c69a 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: Thu, 19 Dec 2024 09:31:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8eec78a..195d8a5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -27,12 +27,12 @@ jobs: - 5442:5432 steps: - # - name: Setup dotnet - # uses: actions/setup-dotnet@v4 - # with: - # dotnet-version: 8.0.x - # - name: Check out repository code - # uses: actions/checkout@v4 + - name: Setup dotnet + 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 - name: Configure postgres