ci: 👷 Add test workflow #3

Merged
hendrik-hog merged 2 commits from ci/test into main 2025-11-24 13:44:00 +01:00
Showing only changes of commit 880a2a04ad - Show all commits

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: https://git.hogertz.eu/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: https://git.hogertz.eu/actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with:
python-version: ${{ matrix.python-version }}
@@ -31,6 +31,6 @@ jobs:
run: |
uv sync --extra dev
- name: Run tests with coverage
- name: Run tests
run: |
uv run pytest