Skip to content

Commit 43084c6

Browse files
Add debug logs to CI
1 parent eaa61bb commit 43084c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
6868
# Update our local proto submodule to match
6969
cd $GITHUB_WORKSPACE/sdk/proto
70+
pwd
7071
git fetch origin
72+
echo "About to checkout $proto_commit_hash"
7173
git checkout $proto_commit_hash
7274
7375
# Cleanup

0 commit comments

Comments
 (0)