Skip to content

fix: define auto_destruction value in tests #142

fix: define auto_destruction value in tests

fix: define auto_destruction value in tests #142

Workflow file for this run

name: Python Tests
on:
push:
branches-ignore:
- 'main'
pull_request:
types: [opened, reopened]
branches-ignore:
- 'main'
jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
poetry-version: ["2.1.2"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Poetry Install
run: poetry install
- name: Poetry Run Tests
run: poetry run pytest --cov -vvv