From 5ddb77b07bc13acb229a288472f6d9cf297589ae 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, 4 Feb 2025 11:07:41 +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/integrationTests.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/integrationTests.yaml b/.gitea/workflows/integrationTests.yaml index 2887c3f..6731fdd 100644 --- a/.gitea/workflows/integrationTests.yaml +++ b/.gitea/workflows/integrationTests.yaml @@ -6,7 +6,7 @@ on: - master jobs: - test: + test-and-publication: runs-on: ubuntu-latest container: node @@ -59,9 +59,7 @@ jobs: - name: Publish Persistence Models Package run: dotnet nuget push ./artifacts/DD.Persistence.Models.*.nupkg --source gitea --skip-duplicate - pubcontainer: - runs-on: ubuntu-latest - steps: + - name: Restore dependencies run: dotnet restore @@ -77,3 +75,4 @@ jobs: - name: Push Docker image to Gitea run: docker push git.ddrilling.ru/ddrilling/persistence:latest +