Skip to content

Commit 95fc219

Browse files
Update arg
1 parent f388b4f commit 95fc219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet build --no-restore
4747
cd -
4848
cd Services/Basket/Basket.UnitTests
49-
dotnet test --no-build -v=normal
49+
dotnet test -v=normal
5050
5151
- name: Compose build ${{ env.SERVICE }}
5252
run: sudo -E docker-compose build ${{ env.SERVICE }}
@@ -76,7 +76,7 @@ jobs:
7676
dotnet build --no-restore
7777
cd -
7878
cd Services/Basket/Basket.UnitTests
79-
dotnet test --no-build -v=normal
79+
dotnet test -v=normal
8080
8181
- name: Enable experimental features for the Docker daemon and CLI
8282
run: |

0 commit comments

Comments
 (0)