add on
Some checks are pending
pytest.yaml / add on (push) Waiting to run

This commit is contained in:
Justus Kuhlmann 2025-12-01 13:52:18 +01:00
commit f26e61f7af
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -1,7 +1,17 @@
name: Pytest name: Pytest
on:
push:
branches:
- master
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 1 * *'
jobs: jobs:
test: pytest:
strategy: strategy:
matrix: matrix:
python-version: python-version:
@ -20,5 +30,4 @@ jobs:
- name: Install corrlib - name: Install corrlib
run: uv sync --locked --all-extras --dev run: uv sync --locked --all-extras --dev
- name: Run tests - name: Run tests
# For example, using `pytest`
run: uv run pytest tests run: uv run pytest tests