mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML6
This commit is contained in:
parent
69b3b84a9d
commit
6cb1a0bafa
2 changed files with 1 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -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 user2 localhost 12345678" \
|
||||||
&& sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user3 localhost 12345678" \
|
&& sudo docker exec tests_prosody_1 /bin/bash -c "/entrypoint.sh register user3 localhost 12345678" \
|
||||||
\
|
\
|
||||||
&& alias python=python3 \
|
|
||||||
&& python --version \
|
&& python --version \
|
||||||
&& python -m venv venv \
|
&& python -m venv venv \
|
||||||
&& source venv/bin/activate \
|
&& source venv/bin/activate \
|
||||||
|
|
Loading…
Reference in a new issue