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"