Skip to content

Commit

Permalink
Merge pull request #3 from AMSaiian/develop
Browse files Browse the repository at this point in the history
Updated workflow
  • Loading branch information
AMSaiian authored Sep 15, 2024
2 parents 24763aa + 91f19dd commit bb2ec83
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 bb2ec83

Please sign in to comment.