From 3fa99fbc720ee04e51170919999ba667a438d03c Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 10 Apr 2022 17:50:29 +0200 Subject: [PATCH] added diff between diffs --- .github/workflows/nextion2text.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index 3abd7406..b4eb85f9 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -57,6 +57,7 @@ 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 + 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 @@ -64,6 +65,7 @@ jobs: echo landscape python Nextion2Text.py -c ignore-id.py -p font -d -i HMI/US/landscape/nspanel_US_L.HMI -o HMI/US/landscape/n2t-out diff -bur HMI/n2t-out HMI/US/landscape/n2t-out > HMI/US/landscape/diff-eu-version.txt + - name: Display txt files continue-on-error: true