Skip to content

Commit 2071641

Browse files
committed
Experiment.
1 parent 7fc89e3 commit 2071641

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,8 @@ jobs:
174174
175175
176176
- name: _check_vbox-lts
177-
shell: bash {0}
178177
run: |
179-
set +e # disable automatic exit‑on‑error
180178
./ubiquitous_bash.sh _check_vbox-lts
181-
rc=$? # capture the script’s exit code
182-
echo "exit_code=$rc" >> "$GITHUB_OUTPUT"
183-
exit $rc # explicitly exit with that code
184179
timeout-minutes: 300
185180

186181

0 commit comments

Comments
 (0)