Merge pull request #40875 from Xrayez/ci-show-tests-name

CI: Show `tests=yes` for builds which run tests
This commit is contained in:
Rémi Verschelde 2020-07-30 14:50:39 +02:00 committed by GitHub
commit 49be94ec39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ env:
jobs: jobs:
linux-editor: linux-editor:
runs-on: "ubuntu-20.04" 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -10,7 +10,7 @@ jobs:
macos-editor: macos-editor:
runs-on: "macos-latest" runs-on: "macos-latest"
name: Editor (target=release_debug, tools=yes) name: Editor (target=release_debug, tools=yes, tests=yes)
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -14,7 +14,7 @@ jobs:
runs-on: "windows-latest" runs-on: "windows-latest"
# Windows Editor - checkout with the plugin # Windows Editor - checkout with the plugin
name: Editor (target=release_debug, tools=yes) name: Editor (target=release_debug, tools=yes, tests=yes)
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2