mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 01:42:10 +08:00
Update dotnet.yml
This commit is contained in:
parent
35bcc23d8f
commit
6321ad45a8
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -20,5 +20,7 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
run: dotnet build -c Release --no-restore
|
||||
- name: Test
|
||||
run: dotnet test -c Release --no-build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user