diff --git a/.github/workflows/api-e2e.yml b/.github/workflows/api-e2e.yml index 561363b306..877fd3df63 100644 --- a/.github/workflows/api-e2e.yml +++ b/.github/workflows/api-e2e.yml @@ -31,6 +31,10 @@ jobs: run: | docker-compose -f "docker-compose.e2e.yaml" up -d --build + - name: Print Working Directory + run: | + pwd + - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 9bdc17fabf..67308e9eda 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -44,6 +44,9 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Print Working Directory + run: | + pwd - name: Start docker containers run: |