mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-12-03 08:45:31 +02:00
fix job id
This commit is contained in:
parent
e07f72e6cb
commit
5b4629a28a
18
.github/workflows/main-build.yml
vendored
18
.github/workflows/main-build.yml
vendored
@ -10,7 +10,8 @@ env:
|
||||
v8_version: 8.3.21.1895
|
||||
|
||||
jobs:
|
||||
build-artifacts:
|
||||
build_artifacts:
|
||||
name: Build artifacts
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
v8_version: ${{ env.v8_version }}
|
||||
@ -18,7 +19,8 @@ jobs:
|
||||
artifact_name: build-artifacts
|
||||
secrets: inherit
|
||||
|
||||
tests Linux;ru_RU:
|
||||
tests_linux_ru:
|
||||
name: Test on Linux ${{ env.v8_version }} ru_RU
|
||||
uses: ./.github/workflows/run-tests-linux.yml
|
||||
need: build-artifacts
|
||||
with:
|
||||
@ -26,23 +28,27 @@ jobs:
|
||||
artifact_name: build-artifacts
|
||||
secrets: inherit
|
||||
|
||||
tests Linux;en_US:
|
||||
tests_linux_en:
|
||||
name: Test on Linux ${{ env.v8_version }} en_US
|
||||
uses: ./.github/workflows/run-tests-linux.yml
|
||||
need: build-artifacts
|
||||
with:
|
||||
v8_version: ${{ env.v8_version }}
|
||||
artifact_name: build-artifacts
|
||||
locale: en_US
|
||||
secrets: inherit
|
||||
|
||||
tests Windows;ru_RU:
|
||||
uses: ./.github/workflows/run-tests-windows.yml
|
||||
tests_windows_ru:
|
||||
name: Test on Windows ${{ env.v8_version }} ru_RU
|
||||
uses: ./.github/workflows/run-tests-windows.yml
|
||||
need: build-artifacts
|
||||
with:
|
||||
v8_version: ${{ env.v8_version }}
|
||||
artifact_name: build-artifacts
|
||||
secrets: inherit
|
||||
|
||||
tests MacOS;ru_RU:
|
||||
tests_macos_ru:
|
||||
name: Test on MacOS ${{ env.v8_version }} ru_RU
|
||||
uses: ./.github/workflows/run-tests-macos.yml
|
||||
need: build-artifacts
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user