From 5bc5ad8b22da6ad45a929d746ba21fded91907fe Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 18:42:29 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 1624066c9..eb3e1dfd4 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -152,13 +152,16 @@ jobs: [ -x /opt/cucumber-json-formatter ] && /opt/cucumber-json-formatter --help || (echo "❌ Formatter missing" && exit 1) consolidate-environment: + name: Fullstack | tests + if: success() + needs: [build-images, cache-environment] runs-on: ubuntu-latest + env: + jobs: 8 strategy: matrix: job: [1, 2, 3, 4, 5, 6, 7, 8] - needs: [build-images, cache-environment] - env: - jobs: 8 + steps: - name: Download Docker image artifacts uses: actions/download-artifact@v4