From 9d5342dbd67c0482fdaffa6d81c73aeb2f35f4e9 Mon Sep 17 00:00:00 2001 From: "omer.roth" Date: Mon, 25 May 2026 08:54:26 +0300 Subject: [PATCH] CM-63882 verify git exists --- .github/workflows/tests_full.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests_full.yml b/.github/workflows/tests_full.yml index b6fee12e..95ab9b66 100644 --- a/.github/workflows/tests_full.yml +++ b/.github/workflows/tests_full.yml @@ -40,6 +40,11 @@ jobs: with: fetch-depth: 0 + - name: Check if Git is installed + run: | + which git + git --version + - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: