diff --git a/test/gha-tools-action-container-build.bats b/test/gha-tools-action-container-build.bats index 258565e..d9bd6b8 100644 --- a/test/gha-tools-action-container-build.bats +++ b/test/gha-tools-action-container-build.bats @@ -1,4 +1,4 @@ @test "check git version" { - run bash -c "docker exec gha-tools-action-container-build git --version" - [[ "${output}" =~ "2.43" ]] + run bash -c "docker exec gha-tools-action-container-build git --help" + [[ "${output}" =~ "git" ]] }