This commit is contained in:
resonic-user 2025-06-17 18:42:29 +00:00
parent 0258d88a9a
commit 5bc5ad8b22

View File

@ -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