Skip to content

Commit 9d5342d

Browse files
committed
CM-63882 verify git exists
1 parent db56b13 commit 9d5342d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests_full.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242

43+
- name: Check if Git is installed
44+
run: |
45+
which git
46+
git --version
47+
4348
- name: Set up Python
4449
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4550
with:

0 commit comments

Comments
 (0)