From ec45d1d89c8eef43689703bb1eb0b767ea02edf4 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Wed, 24 Jan 2024 15:04:41 +0100 Subject: [PATCH] fix: check dirs --- .github/workflows/api-e2e.yml | 4 ++++ .github/workflows/integration-tests-api.yml | 3 +++ 2 files changed, 7 insertions(+) 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: |