Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sharifov committed May 3, 2024
1 parent 40a7aab commit 34a1e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
dotnet-version: 8.0.x

- name: Restore dependencies solution
run: dotnet restore ./Eshop.sln
run: dotnet restore ./Ebook.sln

- name: Build solution
run: dotnet build ./Eshop.sln --configuration Debug
run: dotnet build ./Ebook.sln --configuration Debug

- name: Test
run: dotnet test ./Eshop.sln --configuration Debug --logger "trx;LogFileName=test-results.trx" || true
run: dotnet test ./Ebook.sln --configuration Debug --logger "trx;LogFileName=test-results.trx" || true

- name: Test Report
uses: dorny/[email protected]
Expand Down

0 comments on commit 34a1e05

Please sign in to comment.