Skip to content

Commit

Permalink
Upload layout diff
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 28, 2023
1 parent e8ac8a8 commit 3b5457e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.base.sha }}
sparse-checkout: |
.
.yarn
solidity/contracts
clean: false

Expand All @@ -47,10 +47,8 @@ jobs:

# Compare outputs
- name: Compare outputs
run: diff --recursive solidity/HEAD-storage solidity/base-storage
run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff

- uses: actions/upload-artifact@v3
with:
path: |
solidity/HEAD-storage
solidity/base-storage
path: layout.diff

0 comments on commit 3b5457e

Please sign in to comment.