Skip to content

fix: 💪 Add workflow to automatize release #18 #21

fix: 💪 Add workflow to automatize release #18

fix: 💪 Add workflow to automatize release #18 #21

Workflow file for this run

name: "[TEST] with show"
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
show-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@main
with:
python-version: "3.12"
- name: Run tests
uses: dariocurr/pytest-summary@main
with:
extensions: pytest-asyncio
show: all
show-none:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@main
with:
python-version: "3.12"
- name: Run tests
uses: dariocurr/pytest-summary@main
with:
extensions: pytest-asyncio
show: none