1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-03 08:45:31 +02:00
Привязка аннотаций к нужной джобе
This commit is contained in:
alkoleft 2023-08-30 01:28:06 +03:00
parent fd64c38eff
commit a898489ddb
2 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@ jobs:
secrets: inherit
tests_linux_ru:
name: Test on Linux 8.3.21.1895 ru_RU
name: Tests Linux 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-linux.yml
needs: build_artifacts
with:
@ -34,7 +34,7 @@ jobs:
secrets: inherit
tests_linux_en:
name: Test on Linux 8.3.21.1895 en_US
name: Tests Linux 8.3.21.1895 en_US
uses: ./.github/workflows/run-tests-linux.yml
needs: build_artifacts
with:
@ -45,7 +45,7 @@ jobs:
secrets: inherit
tests_windows_ru:
name: Test on Windows 8.3.21.1895 ru_RU
name: Tests Windows 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-windows.yml
needs: build_artifacts
with:
@ -54,7 +54,7 @@ jobs:
secrets: inherit
tests_macos_ru:
name: Test on MacOS 8.3.21.1895 ru_RU
name: Tests MacOS 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-macos.yml
needs: build_artifacts
with:

View File

@ -153,14 +153,15 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: report-linux-${{ inputs.v8_version }}-${{ inputs.locale }}
name: Tests report. Linux ${{ inputs.v8_version }} ${{ inputs.locale }}
path: reports/*.*
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
with:
check_name: Tests. Linux v${{ inputs.v8_version }} ${{ inputs.locale }}
job_name: Tests Linux ${{ inputs.v8_version }} ${{ inputs.locale }}
check_name: Tests report. Linux ${{ inputs.v8_version }} ${{ inputs.locale }}
report_paths: reports/report.xml
fail_on_failure: ${{ inputs.fail_on_failure }}
require_passed_tests: true