We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf2616 commit 039dbe4Copy full SHA for 039dbe4
1 file changed
.github/workflows/testing.yml
@@ -103,13 +103,4 @@ jobs:
103
GITSYNC_V8VERSION: ${{ matrix.v8_version }}
104
with:
105
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 }}'
+
0 commit comments