chg: Add is_up test to github action

pull/207/head
Raphaël Vinot 2021-05-21 16:58:48 -07:00
parent 97098a13f9
commit 9829241420
1 changed files with 1 additions and 0 deletions

View File

@ -59,4 +59,5 @@ jobs:
git clone https://github.com/Lookyloo/PyLookyloo.git
pushd PyLookyloo
poetry install
poetry run python tests/testing_github.py
popd