Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Feb 2, 2025
1 parent 583b234 commit b0e50cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b0e50cf

Please sign in to comment.