Skip to content

Commit

Permalink
Update example-report.yml (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 20, 2024
1 parent f8052eb commit 17a5a95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/example-report.yml
Expand Up @@ -243,6 +243,20 @@ jobs:
rm "screenshots-${{ matrix.os }}/UI (User Interface)/font_atlas_debug.png" || true
rm "screenshots-${{ matrix.os }}/Shaders/compute_shader_game_of_life.png" || true
- name: Reduce number of examples sent to Percy
if: steps.gather-examples.outcome == 'success'
run: |
rm -rf "screenshots-${{ matrix.os }}/Application
rm -rf "screenshots-${{ matrix.os }}/Assets
rm -rf "screenshots-${{ matrix.os }}/Audio
rm -rf "screenshots-${{ matrix.os }}/Games
rm -rf "screenshots-${{ matrix.os }}/Input
rm -rf "screenshots-${{ matrix.os }}/Scene
rm -rf "screenshots-${{ matrix.os }}/Time
rm -rf "screenshots-${{ matrix.os }}/Tools
rm -rf "screenshots-${{ matrix.os }}/Transforms
rm -rf "screenshots-${{ matrix.os }}/Window
- name: Send to Percy
if: steps.gather-examples.outcome == 'success'
run: |
Expand Down

0 comments on commit 17a5a95

Please sign in to comment.