Skip to content

Bump actions/upload-artifact from 5 to 6 in the actions group (#165) #109

Bump actions/upload-artifact from 5 to 6 in the actions group (#165)

Bump actions/upload-artifact from 5 to 6 in the actions group (#165) #109

Workflow file for this run

name: Run test suite
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- run: pip install -r requirements.txt
- run: python -m unittest discover -s tests