Makes screenshots run based only on data and not tests (I think) (#2332)

CI thing
This commit is contained in:
Waterpig
2024-11-04 08:21:12 -08:00
committed by GitHub
parent 59217f2d06
commit 67d31b0535
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ jobs:
compare_screenshots:
if: needs.collect_data.outputs.alternate_tests == '[]' || needs.run_alternate_tests.result == 'success'
needs: [ collect_data, run_all_tests, run_alternate_tests ]
needs: [ collect_data, run_alternate_tests ]
name: Compare Screenshot Tests
timeout-minutes: 15
runs-on: ubuntu-22.04
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 835 B

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B