workflow deploy test

This commit is contained in:
ngfrolov 2024-01-16 14:48:44 +05:00
parent ae2a808438
commit ff41693397
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: deploy
name: deploy test server
run-name: ${{ gitea.actor }} is deploying to test server
on:
push:

View File

@ -1,9 +1,6 @@
name: Unit tests
run-name: ${{ gitea.actor }} is testing
on:
push:
branches:
- dev
pull_request:
types: [review_requested, ready_for_review]
@ -19,5 +16,7 @@ jobs:
dotnet-version: 6.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
run: dotnet nuget add source --name gitea --username publisher --password ${{ secrets.PUBLISHER_PASSWORD }} --store-password-in-clear-text http://test.digitaldrilling.ru:8080/api/packages/DDrilling/nuget/index.json
- run: dotnet test AsbCloudWebApi.Tests