mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17:38 +08:00
🔥 测试工作流
This commit is contained in:
parent
ab17af3fda
commit
1823091379
24
.github/workflows/pytest.yml
vendored
24
.github/workflows/pytest.yml
vendored
@ -5,19 +5,17 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
RunTest:
|
RunTest:
|
||||||
|
name: Run pytest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
permissions:
|
||||||
- name: Run pytest
|
contents: read
|
||||||
uses: pavelzw/pytest-action@v2
|
uses: pavelzw/pytest-action@v2
|
||||||
with:
|
with:
|
||||||
verbose: true
|
verbose: true
|
||||||
emoji: true
|
emoji: true
|
||||||
job-summary: true
|
job-summary: true
|
||||||
custom-arguments: '-q'
|
custom-arguments: '-q'
|
||||||
click-to-expand: true
|
click-to-expand: true
|
||||||
report-title: 'Test Report'
|
report-title: 'Test Report'
|
Loading…
Reference in New Issue
Block a user