Compare commits

..

No commits in common. "774cec521e0609047a2a718130708912d213ad3d" and "53c60c77f59d7da4fa7c64e65fc33234a8e07db1" have entirely different histories.

View File

@ -1,17 +0,0 @@
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pipx run poetry -- install
- run: pipx run poetry -- run python -m unittest discover -s tests -v