From a5ad874417a3b5cd44c2696f4013b8f334844692 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Mon, 24 Apr 2023 11:02:56 +0800 Subject: [PATCH] [github][action] check the dist project for ci (#7320) --- .github/workflows/action_tools.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/action_tools.yml b/.github/workflows/action_tools.yml index 09cf71e26a..ec814cb6d5 100644 --- a/.github/workflows/action_tools.yml +++ b/.github/workflows/action_tools.yml @@ -77,3 +77,8 @@ jobs: echo "Test to dist project" scons --dist -C $TEST_BSP_ROOT scons --dist-ide -C $TEST_BSP_ROOT + ls $TEST_BSP_ROOT + ls $TEST_BSP_ROOT/dist + scons -C $TEST_BSP_ROOT/dist/project + scons -C $TEST_BSP_ROOT/rt-studio-project +