bevy/tools
François 8b88887152
hacks for running (and screenshotting) the examples in CI on a github runner (#9220)
# Objective

- Enable capturing screenshots of all examples in CI on a GitHub runner

## Solution

- Shorten duration of a run
- Disable `desktop_app` mode - as there isn't any input in CI, examples
using this take way too long to run
- Change the default `ClusterConfig` - the runner are not able to do all
the clusters with the default settings
- Send extra `WindowResized` events - this is needed only for the
`split_screen` example, because CI doesn't trigger that event unlike all
the other platforms

---------

Co-authored-by: Rob Parrett <robparrett@gmail.com>
2023-10-13 19:19:17 +00:00
..
build-templated-pages Update toml_edit requirement from 0.19 to 0.20 (#10058) 2023-10-09 11:55:16 +00:00
build-wasm-example don't enable filesystem_watcher when building for WebGPU (#9829) 2023-09-18 06:01:44 +00:00
ci Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
example-showcase hacks for running (and screenshotting) the examples in CI on a github runner (#9220) 2023-10-13 19:19:17 +00:00
publish.sh Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00