Skip to content

Commit b4afadd

Browse files
committed
fix(gha): log package.json and missing sol file
well, yeah...
1 parent 125739f commit b4afadd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
with:
3535
submodules: "recursive"
3636

37+
- name: Log content of lib/openzeppelin-contracts-upgradeable/package.json
38+
run: |
39+
cat lib/openzeppelin-contracts-upgradeable/package.json
40+
41+
- name: Log content of lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
42+
run: |
43+
cat lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
44+
3745
- name: Install Foundry
3846
uses: foundry-rs/foundry-toolchain@v1
3947

0 commit comments

Comments
 (0)