mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-15 12:36:48 -07:00
fix(ci): restore missing k3d cluster step in orchestrator-integrity
A mangled comment merged the "Create k3d cluster" step header with the previous yarn install step, causing a duplicate `run` key that prevented the entire Integrity workflow from loading. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -221,7 +221,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
# =================================== timeout-minutes: 5
|
|
||||||
|
- name: Create k3d cluster
|
||||||
|
timeout-minutes: 5
|
||||||
run: |
|
run: |
|
||||||
LOCALSTACK_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' localstack-main 2>/dev/null || echo "")
|
LOCALSTACK_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' localstack-main 2>/dev/null || echo "")
|
||||||
echo "LocalStack container IP: $LOCALSTACK_IP"
|
echo "LocalStack container IP: $LOCALSTACK_IP"
|
||||||
|
|||||||
Reference in New Issue
Block a user