Skip to content

Commit 1c9499e

Browse files
tbitcsoz-agent
andcommitted
fix(ci): use -O for Twister output dir (--output-dir not valid in v4.4.0)
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 6941a7d commit 1c9499e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
-T app/tests/unit \
111111
-p native_sim \
112112
--inline-logs -v \
113-
--output-dir twister-out/unit
113+
-O twister-out/unit
114114
115115
# Benchmarks execute on native_sim; Twister captures timing output
116116
# as an artifact. pass/fail is gated on the final log line regex.
@@ -120,7 +120,7 @@ jobs:
120120
-T app/tests/benchmarks \
121121
-p native_sim \
122122
--inline-logs -v \
123-
--output-dir twister-out/benchmarks
123+
-O twister-out/benchmarks
124124
125125
# All 17 samples are build_only; CI proves they compile clean.
126126
- name: Twister — samples
@@ -129,7 +129,7 @@ jobs:
129129
-T app/samples \
130130
-p native_sim \
131131
--inline-logs -v \
132-
--output-dir twister-out/samples
132+
-O twister-out/samples
133133
134134
- name: Upload Twister results
135135
if: always()

0 commit comments

Comments
 (0)