From 17a5a9553bee007303a38303f04a68b3854fee7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 20 Mar 2024 22:07:46 +0100 Subject: [PATCH] Update example-report.yml (#37) --- .github/workflows/example-report.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/example-report.yml b/.github/workflows/example-report.yml index 5bf4acca..c7f412d1 100644 --- a/.github/workflows/example-report.yml +++ b/.github/workflows/example-report.yml @@ -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: |