Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AMSaiian authored Sep 15, 2024
1 parent 2030494 commit 91f19dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Build Solution
run: dotnet build backend/Task.io.sln --configuration Release --no-restore

- name: Run Unit and Integration tests
run: dotnet test backend/Task.io.sln --no-build --verbosity normal
- name: Run Unit Tests
run: dotnet test backend/tests/Taskio.UnitTests/Taskio.UnitTests.csproj --no-build --verbosity normal

- name: Run Integration Tests
run: dotnet test backend/tests/Taskio.IntegrationTests/Taskio.IntegrationTests.csproj --no-build --verbosity normal

0 comments on commit 91f19dd

Please sign in to comment.