From 28b3d0f769ed5dc5107b66a9096712c5045c04bb Mon Sep 17 00:00:00 2001 From: sue445 Date: Sun, 21 Jan 2024 09:33:04 +0900 Subject: [PATCH] Add sleep --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18cad20..ba00833 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,9 @@ jobs: run: | set -xe bundle exec functions-framework-ruby --target regional-rb-calendar & + + # FIXME: Wait for booting + sleep 3 # Check status code curl -s -o /dev/null -w '%{http_code}' http://localhost:8080/api/calendar/connpass.ics | grep "200"