Skip to content

Commit

Permalink
ci: change sln path to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 19, 2024
1 parent 2f46f52 commit e0c6138
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 @@ -62,7 +62,7 @@ jobs:
dotnet-version: '9.0.x'

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

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

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

0 comments on commit e0c6138

Please sign in to comment.