fix: [CI] once again, this one should be good...

pull/9057/head
Raphaël Vinot 2023-05-12 16:22:40 +02:00
parent 693ed03de2
commit 39093e97dd
1 changed files with 4 additions and 3 deletions

View File

@ -216,9 +216,6 @@ 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
pushd tests
bash ./build-test.sh
popd
deactivate
- name: Test if apache is working
@ -232,6 +229,10 @@ jobs:
echo 'key = "'${AUTH}'"' >> tests/keys.py
cat tests/keys.py
popd
. ./venv/bin/activate
pushd tests
bash ./build-test.sh
popd
deactivate
- name: Run PHP tests