Skip to content

Commit

Permalink
Update continuous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa authored Nov 19, 2024
1 parent c1803da commit 1c10aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
dotnet-version: '9.0.x'

- name: Run unit tests
run: dotnet test ./PlaceApi.sln --configuration Release --no-build --no-restore --filter "Category=Unit"
run: dotnet test --configuration Release --no-build --no-restore --filter "Category=Unit"

integration_tests:
runs-on: ubuntu-latest
Expand All @@ -82,4 +82,4 @@ jobs:
dotnet-version: '9.0.x'

- name: Run integration tests
run: dotnet test ./PlaceApi.sln --configuration Release --no-build --no-restore --filter "Category=Integration"
run: dotnet test --configuration Release --no-build --no-restore --filter "Category=Integration"

0 comments on commit 1c10aec

Please sign in to comment.