Skip to content

Commit

Permalink
Adjust paths in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oreze committed Jun 3, 2024
1 parent a6f030a commit b5ffef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_backend-trip-recruitment-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Test
run: |
dotnet test -c Release --no-build --verbosity normal BackendTripRecruitmentTask.UnitTests
dotnet test -c Release --no-build --verbosity normal BackendTripRecruitmentTask.IntegrationTests
dotnet test -c Release --no-build --verbosity normal src/BackendTripRecruitmentTask.UnitTests
dotnet test -c Release --no-build --verbosity normal src/BackendTripRecruitmentTask.IntegrationTests
- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit b5ffef3

Please sign in to comment.