Skip to content

close all other projects #8

close all other projects

close all other projects #8

Workflow file for this run

name: Unit tests
on: [push]
jobs:
unit-tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.9
# - name: Install Poetry Action
# uses: snok/[email protected]
# with:
# version: 1.7.0
- name: Installing dependencies...
run: poetry install --no-interaction --with test
- name: Pytest
run: poetry run pytest --maxfail 5