mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-06 05:20:54 +08:00
Update dotnet.yml
This commit is contained in:
parent
a6a1475683
commit
36386e29bb
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -21,4 +21,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build -c Release --no-restore
|
run: dotnet build -c Release --no-restore
|
||||||
|
- name: Test
|
||||||
|
run: dotnet test -c Release --no-restore
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user