Skip to content

Allow to change initial delay to wait before starting periodic import #21

Allow to change initial delay to wait before starting periodic import

Allow to change initial delay to wait before starting periodic import #21

Workflow file for this run

name: Test using pytest
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
- name: Execute tests
run: uv run pytest