We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77197e5 commit b4b729bCopy full SHA for b4b729b
1 file changed
.github/workflows/Test.yml
@@ -77,15 +77,15 @@ jobs:
77
click-to-expand: true
78
report-title: 'Test Report'
79
80
- - name: Run pytest based on v4.0.0
+ - name: Run pytest based on v4.0.0 compatibility layer
81
uses: pavelzw/pytest-action@v2
82
with:
83
verbose: true
84
emoji: true
85
job-summary: true
86
custom-arguments: '-v ./tests_v400'
87
88
- report-title: 'Test Report'
+ report-title: 'Test Report (v4.0.0 compatibility layer)'
89
90
Publish:
91
name: Publish to PyPI
0 commit comments