Skip to content

Commit e5d2af9

Browse files
committed
add submodule logging
1 parent bc48467 commit e5d2af9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
with:
1818
submodules: 'recursive' # Get submodule for couchdb snapshot
1919

20+
- name: Display submodule information
21+
run: |
22+
echo "Submodule information:"
23+
git submodule status
24+
echo "CouchDB snapshot details:"
25+
cd test-couch && git log -1 --pretty=format:'%h - %s (%cr) <%an>'
26+
2027
- name: Setup Node.js
2128
uses: actions/setup-node@v3
2229
with:

0 commit comments

Comments
 (0)