Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Galloway committed Aug 29, 2024
1 parent f591eed commit 5e527a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build project
run: dotnet build --configuration Release ./Umami.Net/Umami.Net.csproj --no-restore

- name: Run tests
run: dotnet test --configuration Release ./Umami.Net.Test/Umami.Net.Test.csproj --no-build --logger:"trx;LogFileName=TestResults.trx" --results-directory "./TestResults" --verbosity normal
- name: Run tests using .NET CLI
run: dotnet test ./Umami.Net.Test/Umami.Net.Test.csproj --configuration Release --no-build --logger:"trx;LogFileName=TestResults.trx" --results-directory "./TestResults" --verbosity normal

- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 5e527a2

Please sign in to comment.