🔥 测试工作流

This commit is contained in:
远野千束 2024-08-28 04:26:08 +08:00
parent ab17af3fda
commit 1823091379

View File

@ -5,19 +5,17 @@ on:
branches:
- main
permissions:
contents: write
jobs:
RunTest:
name: Run pytest
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'
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'