Skip to content

Merge branch 'main' of github.com:Aiky30/shed-pi into feature/paginat… #39

Merge branch 'main' of github.com:Aiky30/shed-pi into feature/paginat…

Merge branch 'main' of github.com:Aiky30/shed-pi into feature/paginat… #39

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "release/**"
jobs:
build-and-test:
name: Test code
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Install packages
run: pip install -r requirements.txt
- name: Run tests
run: pytest