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-27 02:46:13 +03:00
parent d94638c26c
commit 37ee577fde

View File

@ -19,7 +19,7 @@ jobs:
tests_linux_ru:
name: Test on Linux 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-linux.yml
need: build-artifacts
needs: build-artifacts
with:
v8_version: 8.3.21.1895
artifact_name: build-artifacts
@ -28,7 +28,7 @@ jobs:
tests_linux_en:
name: Test on Linux 8.3.21.1895 en_US
uses: ./.github/workflows/run-tests-linux.yml
need: build-artifacts
needs: build-artifacts
with:
v8_version: 8.3.21.1895
artifact_name: build-artifacts
@ -38,7 +38,7 @@ jobs:
tests_windows_ru:
name: Test on Windows 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-windows.yml
need: build-artifacts
needs: build-artifacts
with:
v8_version: 8.3.21.1895
artifact_name: build-artifacts
@ -47,7 +47,7 @@ jobs:
tests_macos_ru:
name: Test on MacOS 8.3.21.1895 ru_RU
uses: ./.github/workflows/run-tests-macos.yml
need: build-artifacts
needs: build-artifacts
with:
v8_version: 8.3.21.1895
artifact_name: build-artifacts