Skip to content

Commit 039dbe4

Browse files
rm action-junit-report
1 parent 0cf2616 commit 039dbe4

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,4 @@ jobs:
103103
GITSYNC_V8VERSION: ${{ matrix.v8_version }}
104104
with:
105105
run: oscript ./tasks/test.os
106-
107-
- name: Публикация отчета
108-
if: success() || failure()
109-
uses: mikepenz/action-junit-report@v6.0.1
110-
with:
111-
report_paths: '**/build/reports/*.xml'
112-
fail_on_failure: true
113-
require_passed_tests: true
114-
comment: true
115-
check_name: 'Результаты тестов. ОС: ${{ matrix.os }}. Версия 1С: ${{ matrix.v8_version }}. Версия OneScript: ${{ matrix.oscript_version }}'
106+

0 commit comments

Comments
 (0)