mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fix flaky wizard screenshot test failure, and try to make screenshot tests run more consistently (#80631)
From https://github.com/tgstation/tgstation/pull/80542 Not exactly sure why this only fails once. My hint is that it happens when the alternate tests are skipped from this:  ...though this should still be *consistent* at least.
This commit is contained in:
@@ -215,7 +215,7 @@ jobs:
|
||||
- run: echo Alternate tests passed.
|
||||
|
||||
compare_screenshots:
|
||||
if: ( !contains(github.event.head_commit.message, '[ci skip]') && (success() || failure()) )
|
||||
if: ( !contains(github.event.head_commit.message, '[ci skip]') && (always() && (!failure() && !cancelled())) )
|
||||
needs: [run_all_tests, run_alternate_tests]
|
||||
name: Compare Screenshot Tests
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 786 B |
Binary file not shown.
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 786 B |
Reference in New Issue
Block a user