Skip to content

Bump pytest from 7.4.3 to 7.4.4 (#82) #106

Bump pytest from 7.4.3 to 7.4.4 (#82)

Bump pytest from 7.4.3 to 7.4.4 (#82) #106

name: Continuous Integration
on: [ push, pull_request ]
jobs:
tests:
name: "Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make run-tests
- name: Run black
run: make check-black
- name: Run isort
run: make check-isort
- name: Run flake8
run: make flake8
- name: Stop containers
run: make stop-tests