From c1b35c7f75d2dd7dd5c8c7311721e8cffecaadd7 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> 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: |