Skip to content

Commit

Permalink
Fix failure when nothing has changed in the HTML diff
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
  • Loading branch information
norwd authored and rrthomas committed Jan 17, 2025
1 parent 4c037bd commit 150c2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Compare to previous hpmor.html
run: |
diff -u hpmor-prev.html hpmor.html > hpmor-html-diff.log || :
diff -u -s hpmor-prev.html hpmor.html > hpmor-html-diff.log || :
rm hpmor-prev.html
- name: Test ls after
Expand Down

0 comments on commit 150c2ed

Please sign in to comment.