mbcp/.github/workflows/pytest.yml

21 lines
354 B
YAML
Raw Normal View History

2024-08-28 04:22:22 +08:00
name: pytest
on:
push:
branches:
- main
jobs:
RunTest:
2024-08-28 04:26:08 +08:00
name: Run pytest
2024-08-28 04:22:22 +08:00
runs-on: ubuntu-latest
2024-08-28 04:26:08 +08:00
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'