Skip to content

Commit 49c3bcf

Browse files
frostebiteclaude
andcommitted
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>
1 parent 54a6c80 commit 49c3bcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/orchestrator-integrity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ jobs:
221221
fi
222222
223223
- run: yarn install --frozen-lockfile
224-
# =================================== timeout-minutes: 5
224+
225+
- name: Create k3d cluster
226+
timeout-minutes: 5
225227
run: |
226228
LOCALSTACK_IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' localstack-main 2>/dev/null || echo "")
227229
echo "LocalStack container IP: $LOCALSTACK_IP"

0 commit comments

Comments
 (0)