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