Skip to content

Commit

Permalink
[wip] fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MchKosticyn committed Oct 23, 2023
1 parent 441c500 commit e0d882d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
${{ runner.os }}-nuget-
- name: Run tests
run: |
dotnet nuget locals all --clear
dotnet restore
dotnet tool restore
dotnet test -c DebugTailRec --logger "trx;LogFileName=tests-results.trx"
dotnet test -c Release --filter "TestCategory=Generated&TestCategory\!=FatalError" --logger "trx;LogFileName=generated-tests-results.trx"
Expand Down

0 comments on commit e0d882d

Please sign in to comment.