1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2025-03-17 20:48:01 +02:00
This commit is contained in:
alkoleft 2023-08-27 02:47:22 +03:00
parent 37ee577fde
commit dd399234c6

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
needs: 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
needs: 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
needs: 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
needs: build-artifacts
needs: build_artifacts
with:
v8_version: 8.3.21.1895
artifact_name: build-artifacts