Skip to content

Commit

Permalink
Add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 21, 2024
1 parent d18e55e commit 28b3d0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28b3d0f

Please sign in to comment.