Skip to content

Commit 5307133

Browse files
Remove upload artifact step
1 parent 4aec74f commit 5307133

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,3 @@ jobs:
9999
check_name: 'e2e test report'
100100
detailed_summary: true
101101
require_passed_tests: true
102-
103-
- if: success() || failure() # always run even if the previous step fails
104-
name: Upload e2e test artifacts
105-
uses: actions/upload-artifact@v4
106-
with:
107-
if-no-files-found: warn
108-
overwrite: false
109-
name: ${{ inputs.provider }} ${{ inputs.focus }} e2e artifacts
110-
path: |
111-
_artifacts

0 commit comments

Comments
 (0)