Add CI to detect stale vis screenshots (#33274)

* Add CI to detect stale vis screenshots

* Remove already installed `tree` command

* Remove workaround for vis silently adding missing screenshots in CI

* Fix stale screenshot detection

* Test that CI doesn't silently create new screenshots

* Discard changes to packages/shared-components/src/room/composer/Banner/Banner.stories.tsx

* Delete stale snapshots
This commit is contained in:
Michael Telatynski
2026-04-23 10:24:31 +01:00
committed by GitHub
parent 8f9953f419
commit 1a6b0e22a1
40 changed files with 6 additions and 8 deletions
@@ -25,9 +25,6 @@ jobs:
actions: read
deployments: write
steps:
- name: Install tree
run: "sudo apt-get install -y tree"
- name: Download Diffs
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with: