add more logging
This commit is contained in:
parent
38a2e81936
commit
899d57a2da
1 changed files with 11 additions and 0 deletions
11
.github/workflows/test-waylonwalker-com.yml
vendored
11
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -41,6 +41,17 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
attempt_counter=$(($attempt_counter+1))
|
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
|
sleep 1
|
||||||
done
|
done
|
||||||
- run: pytest > pytest.log
|
- run: pytest > pytest.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue