Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 011977d

Browse files
debug
1 parent bb2bcdf commit 011977d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request-build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@ jobs:
9898
path: "~/.foundry/cache"
9999
key: rpc-cache-local-${{ hashFiles('rpc-cache-keyfile') }}
100100

101+
- name: List node_modules Directory
102+
run: ls -R node_modules
103+
101104
- name: Run forge tests locally
102105
run: forge test -vv --no-match-contract 'Abstract|BeefyERC4626Test|DotDotERC4626Test|ArrakisERC4626Test|JarvisERC4626Test|CurveERC4626Test|EllipsisERC4626Test|HelioERC4626Test|WombatERC4626Test|AaveV3ERC4626Test|ThenaERC4626Test'

0 commit comments

Comments
 (0)