fix: [CI] Fix path

pull/9057/head
Raphaël Vinot 2023-05-12 15:41:55 +02:00
parent 7f877ce74b
commit 4eab02e682
1 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,9 @@ jobs:
. ./venv/bin/activate
export PYTHONPATH=$PYTHONPATH:./app/files/scripts
pip install ./PyMISP[fileobjects,email] ./app/files/scripts/python-stix ./app/files/scripts/cti-python-stix2 pyzmq redis plyara
bash tests/build-test.sh
pushd tests
bash ./build-test.sh
popd
deactivate
- name: Test if apache is working