chg: Clone PyLookyloo the GHA way

pull/790/head
Raphaël Vinot 2023-09-25 10:59:39 +02:00
parent d1cc5cb78b
commit d677bf35f2
1 changed files with 6 additions and 1 deletions

View File

@ -55,9 +55,14 @@ jobs:
poetry run tools/3rdparty.py
poetry run start
- name: Clone PyLookyloo
uses: actions/checkout@v4
with:
repository: Lookyloo/PyLookyloo
path: PyLookyloo
- name: Install pylookyloo and run test
run: |
git clone https://github.com/Lookyloo/PyLookyloo.git
pushd PyLookyloo
poetry install
poetry run python -m pytest tests/testing_github.py