From 1285c46f5fdc2d820e1ea01fc01f478e549e5fdb Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Thu, 25 Jan 2024 11:16:33 +0100 Subject: [PATCH] fix: new one --- .github/workflows/integration-tests-api.yml | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 132ccfd764..17e4dfa23d 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -46,17 +46,6 @@ jobs: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Cache Docker images - id: cache-docker-images - uses: actions/cache@v3 - with: - path: | - /var/lib/docker/ - # where the cache is stored -> /var/lib/docker/ - key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }} - restore-keys: | - ${{ runner.os }} docker - - name: Print Working Directory run: | pwd @@ -80,6 +69,17 @@ jobs: - name: List running containers run: docker ps + + - name: Cache Docker images + id: cache-docker-images + uses: actions/cache@v3 + with: + path: | + /var/lib/docker/ + # where the cache is stored -> /var/lib/docker/ + key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }} + restore-keys: | + ${{ runner.os }} docker - name: API tests run (parallel) run: |