Commit b780d03
authored
ci: Sort examples so we can infer progress better in logs (#484)
### Motivation
To better assess progress in CI, sort the examples. Otherwise we get
whatever
`find` outputs, which is not sorted by default.
### Modifications
In `test-examples.sh` sort the examples before running them one by one.
### Result
When we look at the CI logs we can better assess how far through the job
is.
### Test Plan
CI.1 parent 2cabb93 commit b780d03
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments