From 70de1c047ebe543fa313309f3101c117698bd5a9 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 11 Oct 2024 23:24:38 +0530 Subject: [PATCH] fixup! test-build --- .github/workflows/cxx-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 27ad4b146..6b8978db1 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -132,7 +132,9 @@ jobs: .github/workflows/utils.sh buildCoreCPPSDK - name: Run Tests - run: /__w/core-sdk/TestFireboltCore + run: | + chmod +x /__w/core-sdk/TestFireboltCore + /__w/core-sdk/TestFireboltCore manage_sdk: name: Build Manage SDK