Skip to content

Commit

Permalink
Merge pull request #1416 from morpho-dao/fix/ci-aave-v2
Browse files Browse the repository at this point in the history
Fix aave v2 ci
  • Loading branch information
MerlinEgalite authored Nov 12, 2022
2 parents 57b310d + 7280cd1 commit 510073f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-storage-snapshot-check-aave-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
version: nightly

- name: Run tests
run: make storage-layout-check
run: make storage-layout-check-no-rewards
env:
PROTOCOL: aave-v2
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ storage-layout-generate:
storage-layout-check:
@./scripts/storage-layout.sh check snapshots/.storage-layout-${PROTOCOL} Morpho Lens

storage-layout-generate-no-rewards:
@./scripts/storage-layout.sh generate snapshots/.storage-layout-${PROTOCOL} Morpho Lens

storage-layout-check-no-rewards:
@./scripts/storage-layout.sh check snapshots/.storage-layout-${PROTOCOL} Morpho Lens

config:
@forge config

Expand Down

0 comments on commit 510073f

Please sign in to comment.