From d7000e06a1d535765f66a1a85e31384a66a3460e Mon Sep 17 00:00:00 2001 From: "Justin Goshi (from Dev Box)" Date: Wed, 9 Aug 2023 14:15:51 -1000 Subject: [PATCH] Fix errors found with CI validation checks. --- ci/cmake-multi-platform.yml | 2 +- ...multi-platform.json => cmake-multi-platform.properties.json} | 0 ...ngle-platform.json => cmake-single-platform.properties.json} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename ci/properties/{cmake-multi-platform.json => cmake-multi-platform.properties.json} (100%) rename ci/properties/{cmake-single-platform.json => cmake-single-platform.properties.json} (100%) diff --git a/ci/cmake-multi-platform.yml b/ci/cmake-multi-platform.yml index e0bcb55..8762e9f 100644 --- a/ci/cmake-multi-platform.yml +++ b/ci/cmake-multi-platform.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: - # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable. + # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable. fail-fast: false # Set up a matrix to run the following 3 configurations: diff --git a/ci/properties/cmake-multi-platform.json b/ci/properties/cmake-multi-platform.properties.json similarity index 100% rename from ci/properties/cmake-multi-platform.json rename to ci/properties/cmake-multi-platform.properties.json diff --git a/ci/properties/cmake-single-platform.json b/ci/properties/cmake-single-platform.properties.json similarity index 100% rename from ci/properties/cmake-single-platform.json rename to ci/properties/cmake-single-platform.properties.json