mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 22:27:38 +08:00
21 lines
354 B
YAML
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' |