@@ -174,7 +174,7 @@ jobs:
174174
175175
176176 - name : _check_vbox-lts
177- shell : bash
177+ shell : bash {0}
178178 run : |
179179 set +e # disable automatic exit‑on‑error
180180 ./ubiquitous_bash.sh _check_vbox-lts
@@ -186,7 +186,7 @@ jobs:
186186
187187
188188 - name : _check_nv-lts-series535p
189- shell : bash
189+ shell : bash {0}
190190 run : |
191191 set +e # disable automatic exit‑on‑error
192192 ./ubiquitous_bash.sh _check_nv-lts-series535p
@@ -195,7 +195,7 @@ jobs:
195195 exit $rc # explicitly exit with that code
196196 timeout-minutes : 300
197197 - name : _check_nv-lts-legacy470
198- shell : bash
198+ shell : bash {0}
199199 run : |
200200 set +e # disable automatic exit‑on‑error
201201 ./ubiquitous_bash.sh _check_nv-lts-legacy470
@@ -320,7 +320,7 @@ jobs:
320320
321321
322322 - name : _check_vbox-mainline
323- shell : bash
323+ shell : bash {0}
324324 run : |
325325 set +e # disable automatic exit‑on‑error
326326 ./ubiquitous_bash.sh _check_vbox-mainline
@@ -344,7 +344,7 @@ jobs:
344344
345345
346346 - name : _check_nv-mainline-series535p
347- shell : bash
347+ shell : bash {0}
348348 run : |
349349 set +e # disable automatic exit‑on‑error
350350 ./ubiquitous_bash.sh _check_nv-mainline-series535p
@@ -353,7 +353,7 @@ jobs:
353353 exit $rc # explicitly exit with that code
354354 timeout-minutes : 300
355355 - name : _check_nv-mainline-legacy470
356- shell : bash
356+ shell : bash {0}
357357 run : |
358358 set +e # disable automatic exit‑on‑error
359359 ./ubiquitous_bash.sh _check_nv-mainline-legacy470
0 commit comments