Skip to content

Run tests in CI

Run tests in CI #2

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
mitmtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: bash tests/mitmtest.sh