Fixing dotnet test cmd
This commit is contained in:
parent
87016c3280
commit
5ec02287b6
6
.github/workflows/catalog-api.yml
vendored
6
.github/workflows/catalog-api.yml
vendored
@ -46,7 +46,8 @@ jobs:
|
||||
dotnet build --no-restore
|
||||
cd -
|
||||
cd Services/Catalog/Catalog.UnitTests
|
||||
dotnet test
|
||||
dotnet build --no-restore
|
||||
dotnet test --no-build -v=normal
|
||||
|
||||
- name: Compose build ${{ env.SERVICE }}
|
||||
run: sudo -E docker-compose build ${{ env.SERVICE }}
|
||||
@ -76,7 +77,8 @@ jobs:
|
||||
dotnet build --no-restore
|
||||
cd -
|
||||
cd Services/Catalog/Catalog.UnitTests
|
||||
dotnet test
|
||||
dotnet build --no-restore
|
||||
dotnet test --no-build -v=normal
|
||||
|
||||
- name: Enable experimental features for the Docker daemon and CLI
|
||||
run: |
|
||||
|
6
.github/workflows/ordering-api.yml
vendored
6
.github/workflows/ordering-api.yml
vendored
@ -46,7 +46,8 @@ jobs:
|
||||
dotnet build --no-restore
|
||||
cd -
|
||||
cd Services/Ordering/Ordering.UnitTests
|
||||
dotnet test
|
||||
dotnet build --no-restore
|
||||
dotnet test --no-build -v=normal
|
||||
|
||||
- name: Compose build ${{ env.SERVICE }}
|
||||
run: sudo -E docker-compose build ${{ env.SERVICE }}
|
||||
@ -76,7 +77,8 @@ jobs:
|
||||
dotnet build --no-restore
|
||||
cd -
|
||||
cd Services/Ordering/Ordering.UnitTests
|
||||
dotnet test
|
||||
dotnet build --no-restore
|
||||
dotnet test --no-build -v=normal
|
||||
|
||||
- name: Enable experimental features for the Docker daemon and CLI
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user