move test docker-compose file to tests

This commit is contained in:
2022-08-28 23:15:54 +03:00
parent ca004145e7
commit c87c12f1bb
4 changed files with 11 additions and 12 deletions

View File

@@ -15,4 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: docker-compose -f docker-compose.test.yml run bot python -m pytest tests/bot/test_bot_selenoid.py -vv
run: |
cd tests
docker-compose run test-bot python -m pytest tests/bot/test_bot_selenoid.py -vv