From a00f4a902a93ef6d8775222ebb8e7e7badc371b3 Mon Sep 17 00:00:00 2001 From: Shishir Dey Date: Mon, 21 Oct 2024 22:24:50 +0530 Subject: [PATCH] Fix the GitHub Actions script --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9aa3f8c..97c4358 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: run: cmake --build ${{github.workspace}}/cmake-host-build-debug -- -j 4 - name: Test on host - run: ${{github.workspace}}/cmake-host-build-debug/stm32-devops-template.out + run: ctest --test-dir ${{github.workspace}}/cmake-host-build-debug - name: Install gcc-arm-none-eabi run: sudo apt install gcc-arm-none-eabi