We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992baa6 commit 0919efaCopy full SHA for 0919efa
.github/workflows/ci.yml
@@ -62,13 +62,6 @@ jobs:
62
# name: xUnit Tests ${{ matrix.python-version }} # Name of the check run which will be created
63
# path: results/pytest.xml,results/xunit.xml # Path to test results
64
# reporter: java-junit # Format of test results
65
- - name: Store Artifact
66
- uses: actions/upload-artifact@v3
67
- if: success() || failure()
68
- with:
69
- name: test-results ${{ matrix.python-version }} # Choose a descriptive name for your artifact
70
- path: |
71
- results
72
- name: Report results
73
if: success() || failure()
74
run: |
0 commit comments