From 2b6b34f6fd59f7977621625a9623836d3a363740 Mon Sep 17 00:00:00 2001 From: jonschz <17198703+jonschz@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:16:32 +0100 Subject: [PATCH] Enable the new diff (#1352) Co-authored-by: jonschz <jonschz@users.noreply.github.com> --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77e62472..4a33e2b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -152,10 +152,9 @@ jobs: curl -fLSs -o LEGO1PROGRESS-old.json $RELEASE_URL/LEGO1PROGRESS.json || echo "" >LEGO1PROGRESS-old.json # Compare with current master - # Disabled until second PR - nothing to compare against at the moment - # reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-old.json || echo "Current master not found" - # reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json || echo "Current master not found" - # reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json || echo "Current master not found" + reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-old.json || echo "Current master not found" + reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json || echo "Current master not found" + reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json || echo "Current master not found" - name: Test Exports shell: bash