Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Successful in 5m1s
Details
Dev testing pipeline / BuildAndTest (push) Successful in 5m1s
Details
This commit is contained in:
parent
8575871604
commit
7e51cd99ab
|
@ -23,6 +23,8 @@ jobs:
|
|||
- name: Restore dependencies 🔪
|
||||
run: dotnet restore
|
||||
- name: Build debug app ☢️
|
||||
run: dotnet build -c Debug --no-restore
|
||||
run: |
|
||||
dotnet build -c Debug --no-restore
|
||||
cp ${{gitea.workspace}}/Yuna.Website/Yuna.Website.Server/GlobalSettings.json ${{gitea.workspace}}/Yuna.Tests/bin/Debug/net8.0/globalSettings.json
|
||||
- name: Run unit tests 💊
|
||||
run: dotnet test -c Debug --no-build
|
||||
|
|
Loading…
Reference in New Issue