Skip to content

Commit 065cbd3

Browse files
committed
test workflow
1 parent c368f88 commit 065cbd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/action_utest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134134
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135135
scons --menuconfig
136+
ls ~/.env
137+
source ~/.env/env.sh
138+
pkgs --update
136139
scons --pyconfig-silent -C $TEST_BSP_ROOT
137140
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
138141

0 commit comments

Comments
 (0)