diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4c29042..b9785af 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -52,7 +52,7 @@ jobs: - name: Run Integration Tests run: | - cd src/tupan/integration_tests && pytest + cd src/tupan/tests/integration && pytest - name: Stop PostgreSQL container run: |