From 4c873741efd1b2f781aa1274835901adccff3f80 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Mon, 22 Jan 2024 16:20:35 +0100 Subject: [PATCH] fix: new one --- .github/workflows/integration-tests-api.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index d5df949e24..d0667514d1 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -40,15 +40,6 @@ jobs: npm ci --no-audit npx playwright install --with-deps chromium - - name: Cache Docker images - uses: actions/cache@v2 - with: - path: | - ~/.docker - key: ${{ runner.os }}-docker-${{ hashFiles('**/*.lock') }} - restore-keys: | - ${{ runner.os }}-docker- - - name: Log in to Docker Hub uses: docker/login-action@v2 with: @@ -63,6 +54,15 @@ jobs: run: | docker-compose -f "docker-compose.yaml" up -d + - name: Cache Docker images + uses: actions/cache@v2 + with: + path: | + ~/.docker + key: ${{ runner.os }}-docker-${{ hashFiles('**/*.lock') }} + restore-keys: | + ${{ runner.os }}-docker- + - name: List running containers run: docker ps