Skip to content

Commit ea9f527

Browse files
committed
Remove upload step
1 parent 07efbd5 commit ea9f527

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/qit-e2e.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,3 @@ jobs:
136136
cd tests/qit
137137
echo "QIT E2E test completed. Use 'qit e2e-report' to view detailed results."
138138
echo "Test artifacts and reports are managed by QIT's reporting system."
139-
140-
- name: Upload test results
141-
if: always()
142-
uses: actions/upload-artifact@v4
143-
with:
144-
name: qit-e2e-results-wc${{ matrix.wc_version }}-php${{ matrix.php_version }}
145-
path: |
146-
tests/qit/e2e/test-results/
147-
tests/qit/e2e/playwright-report/
148-
retention-days: 14
149-
# Continue even if no artifacts are found (QIT handles its own reporting)
150-
continue-on-error: true

0 commit comments

Comments
 (0)