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