Skip to content

Commit

Permalink
Update dotnet-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-milewski authored Feb 12, 2024
1 parent 9d7d573 commit cc62a83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: ./Tests/StateMachine/StateMachine.IntegrationTests
run: dotnet restore
run: dotnet restore ./Tests/StateMachine/StateMachine.IntegrationTests/StateMachine.IntegrationTests.csproj
- name: Build
run: dotnet build --no-restore
run: dotnet build ./Tests/StateMachine/StateMachine.IntegrationTests/StateMachine.IntegrationTests.csproj --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test ./Tests/StateMachine/StateMachine.IntegrationTests/StateMachine.IntegrationTests.csproj --no-build --verbosity normal

0 comments on commit cc62a83

Please sign in to comment.