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 07efbd5 commit ea9f527Copy full SHA for ea9f527
.github/workflows/qit-e2e.yml
@@ -136,15 +136,3 @@ jobs:
136
cd tests/qit
137
echo "QIT E2E test completed. Use 'qit e2e-report' to view detailed results."
138
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