Skip to content

Commit

Permalink
Fix continue on error in storage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Jan 25, 2024
1 parent d3ef427 commit 25aff14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:

# Compare outputs
- name: Compare outputs
run: diff --new-file --unified solidity/base-storage solidity/HEAD-storage > layout.diff
continue-on-error: true # diff exits with 1 if files differ
run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff

- name: Comment PR with layout diff
uses: yorhodes/[email protected]
Expand Down

0 comments on commit 25aff14

Please sign in to comment.