mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
v
This commit is contained in:
parent
0258d88a9a
commit
5bc5ad8b22
9
.github/workflows/cache-verify.yml
vendored
9
.github/workflows/cache-verify.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user