diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index ab2297bb9..5164945c8 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -61,7 +61,11 @@ jobs: run: docker ps - name: API tests run (parallel) - run: npx jest --verbose --testPathPattern=${{ matrix.test-pattern }} + run: | + cd packages/integration-tests + ls + pwd + npx jest --verbose --testPathPattern=${{ matrix.test-pattern }} - name: Stop containers if: always()