Show More
@@ -102,7 +102,7 b' jobs:' | |||||
102 | COLUMNS: 120 |
|
102 | COLUMNS: 120 | |
103 | run: | |
|
103 | run: | | |
104 | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15 |
|
104 | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15 | |
105 |
- uses: actions/upload-artifact@v |
|
105 | - uses: actions/upload-artifact@v4 | |
106 | with: |
|
106 | with: | |
107 | name: upload pytest timing reports as json |
|
107 | name: upload pytest timing reports as json | |
108 | path: | |
|
108 | path: | |
General Comments 0
You need to be logged in to leave comments.
Login now