From b0e50cf88ab7819fb6d11f1704b02c3623aeae50 Mon Sep 17 00:00:00 2001 From: Weves Date: Sat, 1 Feb 2025 17:38:48 -0800 Subject: [PATCH] Fix it --- .github/workflows/pr-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index 9d45dfd7b35..d4d67218ff9 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -185,8 +185,8 @@ jobs: - name: Start Mock Services run: | - cd /app/tests/integration - docker compose -f docker-compose.integration-tests.yml -p it-stack up -d + cd backend/tests/integration + docker compose -f docker-compose.integration-tests.yml -p mock-it-stack up -d - name: Run Standard Integration Tests run: |