From a6640fc12ce5ed63eb1592076a715e2345d6f541 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 1 Dec 2023 17:59:59 +0100 Subject: [PATCH] linux_and_macos.yml: Clean up CI stage "Evaluate UI test results" --- .github/workflows/linux_and_macos.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 7939d9c..5d8a762 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -156,9 +156,6 @@ jobs: - name: 'Evaluate UI test results' run: |- - diff -u recordings/{expected,actual}.txt - rm -f recordings/actual.txt - cat <<"EOF" ################################################################ ## If this step FAILS you can get the expected ANSI screenshots @@ -170,7 +167,8 @@ jobs: ################################################################ EOF - exit ${error} + diff -u recordings/{expected,actual}.txt + rm -f recordings/actual.txt - name: 'Clean' env: