Skip to content

Commit c368f88

Browse files
committed
test workflows
1 parent 0fd6ec0 commit c368f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_utest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134134
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135-
ls ~/.env
135+
scons --menuconfig
136136
scons --pyconfig-silent -C $TEST_BSP_ROOT
137137
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
138138

0 commit comments

Comments
 (0)