From b5ffef35b7ae8559a3d5a47c798905c14a310646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20J=C4=99drych?= <22376195+oreze@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:10:21 +0200 Subject: [PATCH] Adjust paths in CI/CD workflow --- .github/workflows/main_backend-trip-recruitment-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_backend-trip-recruitment-task.yml b/.github/workflows/main_backend-trip-recruitment-task.yml index dab9df5..6d92fda 100644 --- a/.github/workflows/main_backend-trip-recruitment-task.yml +++ b/.github/workflows/main_backend-trip-recruitment-task.yml @@ -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