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