Skip to content

djcopley is running unittests #5

djcopley is running unittests

djcopley is running unittests #5

Workflow file for this run

name: Run unittests
run-name: ${{ github.actor }} is running unittests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Run tests
run: python -m unittest tests/test_minimization.py