We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc48467 commit e5d2af9Copy full SHA for e5d2af9
.github/workflows/e2e-tests.yml
@@ -17,6 +17,13 @@ jobs:
17
with:
18
submodules: 'recursive' # Get submodule for couchdb snapshot
19
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
+
27
- name: Setup Node.js
28
uses: actions/setup-node@v3
29
0 commit comments