wip tests test.YML6

This commit is contained in:
Sara Aimée Smiseth 2020-10-09 08:11:05 +02:00
parent 69b3b84a9d
commit 6cb1a0bafa
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: archlinux:latest
steps:
- uses: actions/checkout@v2

View file

@ -31,7 +31,6 @@ 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 \