mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-12-03 08:45:31 +02:00
fix
This commit is contained in:
parent
d94638c26c
commit
37ee577fde
8
.github/workflows/main-build.yml
vendored
8
.github/workflows/main-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user