Commit 9a9b89e
committed
Fix CI: install rsvg-convert and verapdf when running all tests
The update-test-timing.yml and daily test-smokes.yml schedule runs
pass `buckets: ""` (all tests), but rsvg-convert and verapdf were
only installed when `buckets` contained specific bucket names. This
caused 4 pdf-standard/ua-* tests to fail every run since Jan 26.
Use the same `format('{0}', inputs.buckets) == ''` pattern already
used elsewhere in this workflow to detect all-tests mode.
Fixes weekly timing update failures and daily schedule failures.1 parent 4127c26 commit 9a9b89e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments