Skip to content

Commit a285ce1

Browse files
committed
CI: Fix twister invocation
The `west twister` command seems to be broken right now. Fix this by directly invoking the twister script better. Signed-off-by: David Brown <[email protected]>
1 parent 703652b commit a285ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
lscpu
7878
df -h
7979
80-
west twister -M all -T samples -T tests -v --inline-logs --integration -j 4 \
80+
../zephyr/scripts/twister -M all -T samples -T tests -v --inline-logs --integration -j 4 \
8181
--timeout-multiplier 2 \
8282
$(cat etc/platforms.txt)

0 commit comments

Comments
 (0)