From 4b97fce50b144ea7a266cf7bdd5cb6f274cfa32a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 14 Aug 2023 19:42:15 +0300 Subject: [PATCH] Show git information in the functional test --- .github/workflows/functional_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index 50fec21..7aa5cb8 100644 --- a/.github/workflows/functional_test.sh +++ b/.github/workflows/functional_test.sh @@ -3,6 +3,9 @@ set -x set -e +git status +git show -s + echo "Beginning of the functional tests" echo ">>>>> get help <<<<<" -- 2.31.1