Skip to content

Commit 45f225c

Browse files
committed
Revert "try with tee"
This reverts commit ac9d3f8.
1 parent ac9d3f8 commit 45f225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wokwi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
# Run boot check with increased timeout to account for startup time
101101
# Using 30 second timeout for a 15 second scenario to allow for network delays
102-
if wokwi-cli --timeout 30000 --scenario scenarios/boot-check.yaml . 2>&1 | tee logs/boot-check.log; then
102+
if wokwi-cli --timeout 30000 --scenario scenarios/boot-check.yaml . > logs/boot-check.log 2>&1; then
103103
echo "✅ Boot check passed - firmware boots without crashes"
104104
echo ""
105105
echo "=== Boot check log (last 100 lines) ==="

0 commit comments

Comments
 (0)