From 6f9387ebbe696165f5b30de7f2f46d8da4ceabe8 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Thu, 25 Jan 2024 10:57:36 +0100 Subject: [PATCH] fix: new one --- .github/workflows/integration-tests-api.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 41212547d9..524c408a15 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -56,9 +56,13 @@ jobs: key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }} restore-keys: | ${{ runner.os }} docker + + - name: Print Working Directory + run: | + pwd - - name: Check whats inside - run: tree -f + - name: List files in ci cd + run: ls -la /var/lib/docker/ci\ cd - name: Checkout Repository uses: actions/checkout@v2