правка
Some checks failed
Unit tests / test-and-publication (push) Failing after 1m20s

This commit is contained in:
Оля Бизюкова 2025-02-04 11:07:41 +05:00
parent 8fcd0d8456
commit 5ddb77b07b

View File

@ -6,7 +6,7 @@ on:
- master - master
jobs: jobs:
test: test-and-publication:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node container: node
@ -59,9 +59,7 @@ jobs:
- name: Publish Persistence Models Package - name: Publish Persistence Models Package
run: dotnet nuget push ./artifacts/DD.Persistence.Models.*.nupkg --source gitea --skip-duplicate run: dotnet nuget push ./artifacts/DD.Persistence.Models.*.nupkg --source gitea --skip-duplicate
pubcontainer:
runs-on: ubuntu-latest
steps:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
@ -77,3 +75,4 @@ jobs:
- name: Push Docker image to Gitea - name: Push Docker image to Gitea
run: docker push git.ddrilling.ru/ddrilling/persistence:latest run: docker push git.ddrilling.ru/ddrilling/persistence:latest