mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Makes screenshots run based only on data and not tests (I think) (#2332)
CI thing
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user