Skip to content

Commit

Permalink
remove check on windows screenshots (bevyengine#16485)
Browse files Browse the repository at this point in the history
# Objective

- Rendering on Windows in CI is unreliable
- Screenshots are compared but results are not usable
- Related to bevyengine#15918 

## Solution

- Remove the check on windows screenshots
  • Loading branch information
mockersf authored Nov 23, 2024
1 parent 689c21d commit 8e28498
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,6 @@ jobs:
name: example-run-windows
path: example-run/

compare-windows-screenshots:
name: Compare Windows screenshots
needs: [run-examples-on-windows-dx12]
uses: ./.github/workflows/send-screenshots-to-pixeleagle.yml
with:
commit: ${{ github.sha }}
branch: ${{ github.ref_name }}
artifact: screenshots-windows
os: windows
secrets: inherit

run-examples-on-wasm:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8e28498

Please sign in to comment.