Skip to content

Commit 1cb5f47

Browse files
authored
Update e2e.yaml
1 parent a58361f commit 1cb5f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
run: |
2727
set -euxo pipefail
2828
29-
# Setup local registry
29+
# Setup local registry, wait a bit for it to come up.
3030
go run ./cmd/registry &
31+
sleep 1
3132
3233
base=alpine
3334
platform=linux/amd64

0 commit comments

Comments
 (0)