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

21 lines
354 B
YAML

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