forked from ddrilling/AsbCloudServer
workflow deploy test
This commit is contained in:
parent
ae2a808438
commit
ff41693397
@ -1,4 +1,4 @@
|
|||||||
name: deploy
|
name: deploy test server
|
||||||
run-name: ${{ gitea.actor }} is deploying to test server
|
run-name: ${{ gitea.actor }} is deploying to test server
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
name: Unit tests
|
name: Unit tests
|
||||||
run-name: ${{ gitea.actor }} is testing
|
run-name: ${{ gitea.actor }} is testing
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [review_requested, ready_for_review]
|
types: [review_requested, ready_for_review]
|
||||||
|
|
||||||
@ -19,5 +16,7 @@ jobs:
|
|||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
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
|
- run: dotnet test AsbCloudWebApi.Tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user