We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08c47 commit a53a4faCopy full SHA for a53a4fa
1 file changed
.github/workflows/testing.yml
@@ -159,12 +159,3 @@ jobs:
159
GITSYNC_V8VERSION: ${{ matrix.v8_version }}
160
with:
161
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