Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Nov 9, 2023
1 parent d966d7b commit 8afe356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/faas_fn_build_invoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
(docker stop bb-hiccup || exit 0)
(docker rm bb-hiccup || exit 0)
docker run -d --name bb-hiccup ghcr.io/${{ github.repository_owner }}/bb-hiccup:latest bb --main index
bb_hiccup_output=$(docker exec bb-hiccup curl -X GET -d '{"item-list": ["foo","bar","spam"]}' --retry 3 --retry-delay 2 --retry-connrefused http://127.0.0.1:8082)
if [[ "${bb_hiccup_output:0:5}" != "<HTML" ]]; then
exit 10
Expand Down

0 comments on commit 8afe356

Please sign in to comment.