Skip to content

Commit 0fd6ec0

Browse files
committed
test workflow
1 parent b2ed353 commit 0fd6ec0

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-
scons --menuconfig
135+
ls ~/.env
136136
scons --pyconfig-silent -C $TEST_BSP_ROOT
137137
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
138138

0 commit comments

Comments
 (0)