Skip to content

[Backport 1.28] k8s-dqlite watcher query timeout backport #2535

[Backport 1.28] k8s-dqlite watcher query timeout backport

[Backport 1.28] k8s-dqlite watcher query timeout backport #2535

name: Unit Tests
on:
- pull_request
jobs:
check-unit-tests:
name: Check Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected]
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install tox --fix-missing
sudo pip3 install -U pytest==7.1.3 sh==1.14.3
- name: Check Units
run: |
tox -e scripts
tox -e wrappers
tox -e cluster
- name: Verify branches
run: |
pytest -s ./tests/verify-branches.py