Skip to content

Commit

Permalink
In Browser Unit Test - Remove --no-build switch from dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Sep 6, 2023
1 parent 5897989 commit 0ac6541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

# Call Marketplace Api sure that someone's at home.
- name: Test
run: dotnet test ./api/Tests/CESMII.Marketplace.RestApi/CESMII.Marketplace.RestApi.csproj --no-build --verbosity detailed
run: dotnet test ./api/Tests/CESMII.Marketplace.RestApi/CESMII.Marketplace.RestApi.csproj --verbosity detailed



Expand Down

0 comments on commit 0ac6541

Please sign in to comment.