Skip to content

Add GitHub workflow to run tests #2

Add GitHub workflow to run tests

Add GitHub workflow to run tests #2

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt-get update && apt-get install libdbus-1-dev
- uses: getsentry/[email protected]
with:
python-version: '3.12'
install-cmd: pip install -r requirements.txt
- run: python -m unittest