From 8fe4b0f7b473b88b75675cd58d972438285e682f Mon Sep 17 00:00:00 2001 From: Adrian Insaurralde Date: Tue, 18 Feb 2025 18:53:52 -0300 Subject: [PATCH] CI: fix assembly unit tests executable name --- .github/workflows/actions/runCPPTests/runAllTests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/runCPPTests/runAllTests/action.yml b/.github/workflows/actions/runCPPTests/runAllTests/action.yml index 79ba846200..9ada5690c6 100644 --- a/.github/workflows/actions/runCPPTests/runAllTests/action.yml +++ b/.github/workflows/actions/runCPPTests/runAllTests/action.yml @@ -44,7 +44,7 @@ runs: id: assembly uses: ./.github/workflows/actions/runCPPTests/runSingleTest with: - testCommand: ${{ inputs.builddir }}/tests/Tests_run --gtest_output=json:${{ inputs.reportdir }}assembly_gtest_results.json + testCommand: ${{ inputs.builddir }}/tests/Assembly_tests_run --gtest_output=json:${{ inputs.reportdir }}assembly_gtest_results.json testLogFile: ${{ inputs.reportdir }}assembly_gtest_test_log.txt testName: Assembly - name: C++ core tests