diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de37fa6..d804c2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,10 @@ jobs: id: check_attic run: | if curl --connect-timeout 20 --silent --head http://wallfacer.curl-boga.ts.net:7080 | grep "200 OK"; then + echo "Attic endpoint is reachable" echo "reachable=true" >> $GITHUB_OUTPUT else + echo "Attic endpoint is not reachable" echo "reachable=false" >> $GITHUB_OUTPUT fi