mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added testing to deployment pipeline
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore src/
|
run: dotnet restore src/
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: dotnet test src/ --configuration Release --no-build
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build src/ --configuration Release --no-restore
|
run: dotnet build src/ --configuration Release --no-restore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user