Skip to content

Run tests in CI

Run tests in CI #1

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: devcontainers/[email protected]
with:
runCmd: |
source venv/bin/activate
python -m unittest