mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2026-02-03 11:20:56 +03:00
move test docker-compose file to tests
This commit is contained in:
4
.github/workflows/test-selenoid.yml
vendored
4
.github/workflows/test-selenoid.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user