wip tests test.YML5

This commit is contained in:
Sara Aimée Smiseth 2020-10-09 08:02:04 +02:00
parent 7913ef461d
commit 69b3b84a9d

View file

@ -31,6 +31,7 @@ sudo docker-compose down \
&& sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user2 localhost 12345678" \
&& sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user3 localhost 12345678" \
\
&& alias python=python3 \
&& python --version \
&& python -m venv venv \
&& source venv/bin/activate \