From fb36b6902d49a6bd6262f9009e401d6220cccfad Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Fri, 29 Dec 2023 15:22:33 +0100 Subject: [PATCH] GHA: Include Windows .NET editor in test builds --- .github/workflows/linux.yml | 4 ++-- .github/workflows/macos.yml | 4 ++-- .github/workflows/windows.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 310d92d..55f88d7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false @@ -26,7 +26,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f7bd244..76667c5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false @@ -26,7 +26,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 19af404..1ca84a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,7 +11,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false @@ -26,7 +26,7 @@ on: type: string default: master test-build: - description: Is this a test build? In other words, should we only build a classical editor? + description: Should we perform only a limited number of test builds? type: boolean default: false @@ -86,7 +86,7 @@ jobs: target: editor arch: x86_64 build-mono: true - should-build: ${{ !inputs.test-build }} + should-build: true - name: Template .NET (x86_64, release) target: template_release