1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-12 09:04:01 +02:00
This commit is contained in:
alkoleft 2023-08-27 02:44:56 +03:00
parent d4a63b0e4f
commit d94638c26c

View File

@ -6,52 +6,49 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
v8_version: 8.3.21.1895
jobs:
build_artifacts:
name: Build artifacts
uses: ./.github/workflows/build.yml
with:
v8_version: ${{ env.v8_version }}
v8_version: 8.3.21.1895
edt_version: 2023.1.2
artifact_name: build-artifacts
secrets: inherit
tests_linux_ru:
name: Test on Linux ${{ env.v8_version }} ru_RU
name: Test on Linux 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-linux.yml
need: build-artifacts
with:
v8_version: ${{ env.v8_version }}
v8_version: 8.3.21.1895
artifact_name: build-artifacts
secrets: inherit
tests_linux_en:
name: Test on Linux ${{ env.v8_version }} en_US
name: Test on Linux 8.3.21.1895 en_US
uses: ./.github/workflows/run-tests-linux.yml
need: build-artifacts
with:
v8_version: ${{ env.v8_version }}
v8_version: 8.3.21.1895
artifact_name: build-artifacts
locale: en_US
secrets: inherit
tests_windows_ru:
name: Test on Windows ${{ env.v8_version }} ru_RU
name: Test on Windows 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-windows.yml
need: build-artifacts
with:
v8_version: ${{ env.v8_version }}
v8_version: 8.3.21.1895
artifact_name: build-artifacts
secrets: inherit
tests_macos_ru:
name: Test on MacOS ${{ env.v8_version }} ru_RU
name: Test on MacOS 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-macos.yml
need: build-artifacts
with:
v8_version: ${{ env.v8_version }}
v8_version: 8.3.21.1895
artifact_name: build-artifacts
secrets: inherit