2 parents 37e7681 + 270a883 commit ecf0f11Copy full SHA for ecf0f11
1 file changed
.github/workflows/index.yml
@@ -49,13 +49,6 @@ jobs:
49
storybook: 'true' # Запускаем тесты плагина `@testplane/storybook`
50
browser: 'linux-chrome' # Запускаем тесты только в Chrome
51
52
- - name: Upload report
53
- if: always() && steps.testplane.outputs.html-report-path # Запускаем шаг при наличии отчета
54
- uses: actions/upload-artifact@v4
55
- with:
56
- name: testplane-html-report
57
- path: ${{ steps.testplane.outputs.html-report-path }} # Путь, по которому сохранился отчет
58
-
59
- name: Deploy report # Выкладывает отчет на gh-pages
60
if: always() && steps.testplane.outputs.html-report-path
61
uses: peaceiris/actions-gh-pages@v4
0 commit comments