Skip to content

Commit 804404f

Browse files
committed
Add step to check Git version in CI workflow
1 parent 5b9de93 commit 804404f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Check git
1818
run: |
1919
which git
20+
- name: Check git version
21+
run: |
22+
git --version
2023
- name: Check Xcode
2124
run: |
2225
xcode-select -p

0 commit comments

Comments
 (0)