add more logging

This commit is contained in:
Waylon Walker 2020-07-26 18:34:52 +00:00
parent 38a2e81936
commit 899d57a2da

View file

@ -41,6 +41,17 @@ jobs:
exit 1
fi
attempt_counter=$(($attempt_counter+1))
echo
echo
echo ----------------------------------
date
echo attempt $attempt_counter
echo status
curl -s http://localhost:8585/api/status
echo
echo home
curl -s http://localhost:8585/
sleep 1
done
- run: pytest > pytest.log