Commit f86a0bb
committed
Fix CI step swallowing quarto list tools errors
The 'Verify quarto list tools does not show chromium' step runs under
bash -e (errexit). If quarto list tools exits non-zero (e.g. transient
network failure in latestRelease()), the script dies at the command
substitution before echo prints any output — leaving zero diagnostics.
Use set +e around the command and check the exit code separately, matching
the pattern already used by the install and update steps in the same
workflow.1 parent 2742236 commit f86a0bb
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
128 | 135 | | |
129 | 136 | | |
130 | 137 | | |
| |||
0 commit comments