File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 $exePath = Join-Path $PWD ${{ matrix.sample.name }}.exe
135135 & $exePath demo-stream-producer-cpp-${{ matrix.runner.id }}-ci-${{ matrix.sample.name }} ${{ matrix.sample.args }}
136136
137- - name : Verify MKV dump (Mac & Linux)
137+ - name : Verify MKV dump exists (Mac & Linux)
138138 if : runner.os == 'Linux' || runner.os == 'macOS'
139139 working-directory : ./build/debug_output
140140 run : |
@@ -153,7 +153,7 @@ jobs:
153153 done
154154 shell : bash
155155
156- - name : Verify MKV dump (Windows)
156+ - name : Verify MKV dump exists (Windows)
157157 if : runner.os == 'Windows'
158158 working-directory : D:\producer\build
159159 run : |
@@ -271,7 +271,7 @@ jobs:
271271
272272 shell : bash
273273
274- - name : Verify MKV dump
274+ - name : Verify MKV dump exists
275275 working-directory : ./build/debug_output
276276 run : |
277277 shopt -s nullglob # Ensure globbing works correctly and avoids errors when no files are found
You can’t perform that action at this time.
0 commit comments