From fc9520f2d637a62b705c2e8fbf6dc7e779285a9e Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 10 Apr 2022 17:53:23 +0200 Subject: [PATCH] . --- .github/workflows/nextion2text.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index b4eb85f9..d77612e4 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -57,8 +57,12 @@ jobs: echo portrait python Nextion2Text.py -c ignore-id.py -p font -d -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out diff -bur HMI/n2t-out HMI/US/portrait/n2t-out > HMI/US/portrait/diff-eu-version.txt + + - name: Run n2t US P DIFF DIFF + continue-on-error: true + run: | diff -u HMI/US/portrait/diff-eu-version-known-good.txt HMI/US/portrait/diff-eu-version.txt | grep -E "^\+" > HMI/US/portrait/diff-filtered.txt - + - name: Run n2t US L DIFF continue-on-error: true run: |