Skip to content

Commit

Permalink
Enable the new diff (#1352)
Browse files Browse the repository at this point in the history
Co-authored-by: jonschz <[email protected]>
  • Loading branch information
jonschz and jonschz authored Jan 19, 2025
1 parent 00f65d6 commit 2b6b34f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b6b34f

Please sign in to comment.