summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2022-01-06 17:33:44 +0100
committerCristian Adam <cristian.adam@qt.io>2022-01-06 19:04:27 +0000
commit9976f7a57d6f652bd8e9e71edf4bb851c6cfcc47 (patch)
treee4e0e3eeb551a4a9d7f5253740967d23104d8082 /.github
parentb2e1bcc4e5a5fa9a9db51986d55930c92428b1f3 (diff)
downloadqt-creator-9976f7a57d6f652bd8e9e71edf4bb851c6cfcc47.tar.gz
GitHub Actions: Disable running of tests
Currently the macOS job runner is failing sporadically and since the tests are only 99% passing and they are only informative only if the developer actively checks a test in the output log. Change-Id: Id75d8d05c5fd45f2cc15e08b20973646a06ff6bd Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ea6f1d77a5..4a394bee0e 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -564,11 +564,11 @@ jobs:
execute_process(COMMAND ccache -s)
- name: Run tests
+ if: matrix.config.artifact == 'running-of-tests-is-disabled'
shell: cmake -P {0}
run: |
include(ProcessorCount)
ProcessorCount(N)
- math(EXPR N "(75 * ${N}) / 100")
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")