Skip to content

Commit a53a4fa

Browse files
committed
rm action-junit-report
1 parent eb08c47 commit a53a4fa

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,3 @@ jobs:
159159
GITSYNC_V8VERSION: ${{ matrix.v8_version }}
160160
with:
161161
run: oscript ./tasks/test.os
162-
163-
- name: Публикация отчета
164-
if: success() || failure()
165-
uses: mikepenz/action-junit-report@v5
166-
with:
167-
report_paths: '**/build/reports/*.xml'
168-
fail_on_failure: true
169-
comment: true
170-
check_name: 'Результаты тестов. ОС: ${{ matrix.os }}. Версия 1С: ${{ matrix.v8_version }}. Версия OneScript: ${{ matrix.oscript_version }}. Версия EDT: ${{ matrix.edt_version }}'

0 commit comments

Comments
 (0)