Skip to content

Commit

Permalink
Merge pull request #140 from hartwork/ci-clean-up-stage-ui-test-resul…
Browse files Browse the repository at this point in the history
…ts-evaluation

Clean up CI stage "Evaluate UI test results" (fix-up for #133)
  • Loading branch information
hartwork authored Dec 1, 2023
2 parents 0a85a26 + a6640fc commit 7ef9694
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -170,7 +167,8 @@ jobs:
################################################################
EOF
exit ${error}
diff -u recordings/{expected,actual}.txt
rm -f recordings/actual.txt
- name: 'Clean'
env:
Expand Down

0 comments on commit 7ef9694

Please sign in to comment.