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 +