Show More
@@ -102,7 +102,7 b' jobs:' | |||
|
102 | 102 | COLUMNS: 120 |
|
103 | 103 | run: | |
|
104 | 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@v3 | |
|
106 | 106 | with: |
|
107 | 107 | name: upload pytest timing reports as json |
|
108 | 108 | path: | |
General Comments 0
You need to be logged in to leave comments.
Login now