mirror of https://github.com/CIRCL/lookyloo
fix: Missing config file in test
parent
e612c3d140
commit
3f65ccc573
|
@ -72,6 +72,7 @@ jobs:
|
|||
echo LOOKYLOO_HOME="'`pwd`'" > .env
|
||||
cp config/generic.json.sample config/generic.json
|
||||
cp config/modules.json.sample config/modules.json
|
||||
cp config/takedown_filters.ini.sample config/takedown_filters.ini
|
||||
poetry install -vvv
|
||||
poetry run playwright install-deps
|
||||
poetry run playwright install
|
||||
|
|
Loading…
Reference in New Issue