Skip to content

add status json files #12

add status json files

add status json files #12

Workflow file for this run

name: PyTest
on:
workflow_dispatch:
pull_request:
jobs:
PyTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: pip install -r requirements_dev.txt && pip install pytest-md
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: false
job-summary: true
custom-arguments: '-q'
click-to-expand: true
report-title: 'Test Report'