Show git information in the functional test
authorAlexander Popov <alex.popov@linux.com>
Mon, 14 Aug 2023 16:42:15 +0000 (19:42 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 14 Aug 2023 16:42:15 +0000 (19:42 +0300)
.github/workflows/functional_test.sh

index 50fec21fb11bbda5f25e959946dd755ba253ff25..7aa5cb8b402526001ee11aedd1dd9b00c034145d 100644 (file)
@@ -3,6 +3,9 @@
 set -x
 set -e
 
+git status
+git show -s
+
 echo "Beginning of the functional tests"
 
 echo ">>>>> get help <<<<<"