Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sharifov authored May 3, 2024
1 parent 5cce15a commit 57e4a8b
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/test-reporter@v1.7.0
Expand Down

0 comments on commit 57e4a8b

Please sign in to comment.