summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-30 14:50:39 +0200
committerGitHub <noreply@github.com>2020-07-30 14:50:39 +0200
commit49be94ec39860da07196f1be95bd88843b827d4b (patch)
treef5dea00d8dce58bf97c04ea9c8d8fb8ada818e42
parent829039d8b1f35645a693ac86987d5856e51a3c7a (diff)
parentceb338d672e79cd0269a6e2046d8d64711580cd5 (diff)
Merge pull request #40875 from Xrayez/ci-show-tests-name
CI: Show `tests=yes` for builds which run tests
-rw-r--r--.github/workflows/linux_builds.yml2
-rw-r--r--.github/workflows/macos_builds.yml2
-rw-r--r--.github/workflows/windows_builds.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index a05bb09931..198727b30e 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -9,7 +9,7 @@ env:
jobs:
linux-editor:
runs-on: "ubuntu-20.04"
- name: Editor w/ Mono (target=release_debug, tools=yes)
+ name: Editor w/ Mono (target=release_debug, tools=yes, tests=yes)
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml
index d9f41f09f7..bd3340111e 100644
--- a/.github/workflows/macos_builds.yml
+++ b/.github/workflows/macos_builds.yml
@@ -10,7 +10,7 @@ jobs:
macos-editor:
runs-on: "macos-latest"
- name: Editor (target=release_debug, tools=yes)
+ name: Editor (target=release_debug, tools=yes, tests=yes)
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index 2bc3fcfdaa..0d3c78b45d 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: "windows-latest"
# Windows Editor - checkout with the plugin
- name: Editor (target=release_debug, tools=yes)
+ name: Editor (target=release_debug, tools=yes, tests=yes)
steps:
- uses: actions/checkout@v2