Skip to content

Commit ecf0f11

Browse files
authored
Merge pull request #23 from rpellya/develop
Some fix gh actions
2 parents 37e7681 + 270a883 commit ecf0f11

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/index.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
storybook: 'true' # Запускаем тесты плагина `@testplane/storybook`
5050
browser: 'linux-chrome' # Запускаем тесты только в Chrome
5151

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-
5952
- name: Deploy report # Выкладывает отчет на gh-pages
6053
if: always() && steps.testplane.outputs.html-report-path
6154
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)