Skip to content

Commit f9408e1

Browse files
committed
fix(gha): debug oz checkout
whelp
1 parent 53146b7 commit f9408e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ jobs:
5858
echo "\nGit submodule status:"
5959
git submodule status
6060
61+
- name: Debug OpenZeppelin version
62+
run: |
63+
cd lib/openzeppelin-contracts-upgradeable
64+
echo "Current git status:"
65+
git status
66+
echo "\nCurrent commit hash:"
67+
git rev-parse HEAD
68+
echo "\nCurrent tag:"
69+
git describe --tags
70+
echo "\nAvailable branches:"
71+
git branch -a
72+
6173
- name: Debug directory structure
6274
run: |
6375
ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/

0 commit comments

Comments
 (0)