mirror of https://github.com/CIRCL/lookyloo
chg: Clone PyLookyloo the GHA way
parent
d1cc5cb78b
commit
d677bf35f2
|
@ -55,9 +55,14 @@ jobs:
|
||||||
poetry run tools/3rdparty.py
|
poetry run tools/3rdparty.py
|
||||||
poetry run start
|
poetry run start
|
||||||
|
|
||||||
|
- name: Clone PyLookyloo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: Lookyloo/PyLookyloo
|
||||||
|
path: PyLookyloo
|
||||||
|
|
||||||
- name: Install pylookyloo and run test
|
- name: Install pylookyloo and run test
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/Lookyloo/PyLookyloo.git
|
|
||||||
pushd PyLookyloo
|
pushd PyLookyloo
|
||||||
poetry install
|
poetry install
|
||||||
poetry run python -m pytest tests/testing_github.py
|
poetry run python -m pytest tests/testing_github.py
|
||||||
|
|
Loading…
Reference in New Issue