Skip to content

Commit

Permalink
Separate steps for tests scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Nov 24, 2023
1 parent 6b72aa6 commit f8eae6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
dotnet clean ./implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj && dotnet nuget locals all --clear
dotnet clean ./implement/test-elm-time/test-elm-time.csproj && dotnet nuget locals all --clear
- name: Run tests with dotnet test
- name: Run Pine tests with dotnet test
run: |
dotnet test ./implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj --logger "trx" --diag "./implement/PineTest/Pine.UnitTests/TestResults/diag-log.txt" --verbosity diagnostic
- name: Run Elm-Time tests with dotnet test
run: |
dotnet test ./implement/test-elm-time/test-elm-time.csproj --logger "trx" --diag "./implement/test-elm-time/TestResults/diag-log.txt" --verbosity diagnostic
- name: Publish test results
Expand Down

0 comments on commit f8eae6d

Please sign in to comment.