From 2c797b994d41fc5625b46cc5c4f935fb87a9199c Mon Sep 17 00:00:00 2001 From: Chong Liu Date: Fri, 26 Jan 2024 11:34:30 +0800 Subject: [PATCH] Update common_function_test.yml --- .github/workflows/common_function_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_function_test.yml b/.github/workflows/common_function_test.yml index 35fcdb91..b8981371 100644 --- a/.github/workflows/common_function_test.yml +++ b/.github/workflows/common_function_test.yml @@ -49,5 +49,5 @@ jobs: # Step: Run all test executables in the build/bin directory - name: Run all GTests run: | - chmod +x .github/workflows/taskRunner/common_functions/runGTests.sh - .github/workflows/taskRunner/common_functions/runGTests.sh + chmod +x .github/workflows/taskRunner/common_functions/run_gtests.sh + .github/workflows/taskRunner/common_functions/run_gtests.sh