From 1ad0df4dd6d42562b4f7989c62ed3e4bcf76a2c2 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Wed, 11 Dec 2024 00:41:14 +0900 Subject: [PATCH] Add clear instruction at CI screenshot tests error output (#1423) * Add clear instruction - Your fork's CI will take screenshots for your fork. Change-Id: I7ea1a437be4f9723fcf71d4d18932f8f44f46fa8 * Remove screenshots to see CI instruction. Change-Id: Ib12f0ee4ff4faff8287f9ddfd5e533868abca4f8 * Revert "Remove screenshots to see CI instruction." This reverts commit 36de3be9ba59b50dd7c0ab0f469e38379327b96b. --- .github/workflows/Build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index bbbb648eb..1b4ee8f5a 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -93,7 +93,9 @@ jobs: continue-on-error: false if: steps.screenshotsverify.outcome == 'failure' && github.event.pull_request.head.repo.full_name != github.repository run: | - echo "::error::Screenshot tests failed, please create a PR in your fork first." && exit 1 + echo "::error::Screenshot tests failed, please create a PR in your fork first." + echo "Your fork's CI will take screenshots for your fork." + exit 1 # Runs if previous job failed - name: Generate new screenshots if verification failed and it's a PR