6
0

Use pytest

This commit is contained in:
Jon Michael Aanes 2023-12-12 14:06:15 +01:00
parent 8592fdde51
commit 22607dbb74

View File

@ -21,10 +21,8 @@ jobs:
run: python3 -m pip install --upgrade pip setuptools wheel pytest
- name: Check out repository code
uses: actions/checkout@v3
- name: Build
run: python3 -m build
- name: Test
run: pyest test
run: python -m pytest test
publish:
runs-on: ubuntu-latest
needs: [test]