From 5800b7bac55b6e212dba2d4627c24e00b1b8161d Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sat, 9 Jul 2022 23:16:58 -0700 Subject: [PATCH] Fix paths in test_building_multiple_executables.yml --- .github/workflows/test_building_multiple_executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_building_multiple_executables.yml b/.github/workflows/test_building_multiple_executables.yml index 6e78369e2a..fed7b2cde8 100644 --- a/.github/workflows/test_building_multiple_executables.yml +++ b/.github/workflows/test_building_multiple_executables.yml @@ -19,8 +19,8 @@ jobs: - name: Verify the post-build command has run successfully on each image run: | - APP1=tools/cmake/tests/multiple_executables/cmake_build/ARM_MUSCA_S1/develop/GCC_ARM/app1/app1.bin - APP2=tools/cmake/tests/multiple_executables/cmake_build/ARM_MUSCA_S1/develop/GCC_ARM/app2/app2.bin + APP1=tools/cmake/tests/multiple_executables/cmake_build/app1/app1.bin + APP2=tools/cmake/tests/multiple_executables/cmake_build/app2/app2.bin BOOTLOADER=targets/TARGET_ARM_SSG/TARGET_MUSCA_S1/bl2.bin BOOTLOADER_SIZE=`du -b targets/TARGET_ARM_SSG/TARGET_MUSCA_S1/bl2.bin | cut -f1` cmp -n $BOOTLOADER_SIZE $APP1 $BOOTLOADER