Skip to content

Bump test-summary/action from 2.2 to 2.3 (#15) #21

Bump test-summary/action from 2.2 to 2.3 (#15)

Bump test-summary/action from 2.2 to 2.3 (#15) #21

Workflow file for this run

name: "Validate action"
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@main
with:
python-version: "3.10"
- name: Run tests
uses: dariocurr/pytest-summary@main
with:
extensions: pytest-asyncio
options: -x
paths: tests/test_true.py
show: all