try github action to test selenoid

This commit is contained in:
2022-08-28 20:57:30 +03:00
parent 0c326fd12d
commit 78fd6ad503
6 changed files with 121 additions and 30 deletions

18
.github/workflows/test-selenoid.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Test-selenoid
on:
pull_request:
push:
branches:
- master
jobs:
test-selenoid:
name: Run test suite
runs-on: ubuntu-latest
env:
LOCALTEST: 1
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: LOCALTEST=1 docker-compose run bot python -m pytest tests/bot/test_bot.py::test_selenoid_text -vv