We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9d3f8 commit 45f225cCopy full SHA for 45f225c
.github/workflows/wokwi-test.yml
@@ -99,7 +99,7 @@ jobs:
99
100
# Run boot check with increased timeout to account for startup time
101
# 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
+ if wokwi-cli --timeout 30000 --scenario scenarios/boot-check.yaml . > logs/boot-check.log 2>&1; then
103
echo "✅ Boot check passed - firmware boots without crashes"
104
echo ""
105
echo "=== Boot check log (last 100 lines) ==="
0 commit comments