Skip to content

feat(items): add filters (pin, city, ulb_lgd, digipin) and strengthen tests #7

feat(items): add filters (pin, city, ulb_lgd, digipin) and strengthen tests

feat(items): add filters (pin, city, ulb_lgd, digipin) and strengthen tests #7

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install -r requirements.txt pytest
- run: pytest -q
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
context: .
push: false