Skip to content

Commit e19997d

Browse files
ci: add printout of commit being tested
1 parent 2c8904c commit e19997d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Trigger test for BDK-FFI Latest Merge
1+
name: Trigger Tests for BDK-FFI Latest Commit
22
on:
33
workflow_dispatch:
44
repository_dispatch:
@@ -22,7 +22,8 @@ jobs:
2222
cd ./bdk-ffi/ \
2323
&& git fetch origin \
2424
&& git checkout master \
25-
&& git pull origin master
25+
&& git pull origin master \
26+
&& echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %cn))"
2627
2728
- name: "Cache"
2829
uses: actions/cache@v3

0 commit comments

Comments
 (0)