mbcp/.github/workflows/pytest.yml
2024-08-28 04:22:22 +08:00

23 lines
397 B
YAML

name: pytest
on:
push:
branches:
- main
permissions:
contents: write
jobs:
RunTest:
runs-on: ubuntu-latest
steps:
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: '-q'
click-to-expand: true
report-title: 'Test Report'