Skip to content

Olympics testing

Olympics testing #3

Workflow file for this run

name: acceptance tests
on: [ push, workflow_dispatch ]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: >-
make test