Skip to content

Commit 0919efa

Browse files
committed
Remove duplicate store artifacts
1 parent 992baa6 commit 0919efa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
# name: xUnit Tests ${{ matrix.python-version }} # Name of the check run which will be created
6363
# path: results/pytest.xml,results/xunit.xml # Path to test results
6464
# 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
7265
- name: Report results
7366
if: success() || failure()
7467
run: |

0 commit comments

Comments
 (0)