Skip to content

Pulizia codice

Pulizia codice #21

Workflow file for this run

name: "Test suite"
on:
# Modification of a project file in the main branch
push:
branches:
- main
paths:
- "impressive_strawberry/**"
- "pyproject.toml"
- "poetry.lock"
# Pull request to the main branch modifying a project file
pull_request:
branches:
- main
paths:
- "impressive_strawberry/**"
- "pyproject.toml"
- "poetry.lock"
# Triggered by a new releaes
workflow_call:
jobs:
test:
uses: Steffo99/.github/.github/workflows/test-poetry-pytest-postgres.yml@main