Skip to content

Commit

Permalink
[nc] fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 11, 2024
1 parent 45adc68 commit 5caa603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gha-tools-action-container-build.bats
Original file line number Diff line number Diff line change
@@ -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" ]]
}

0 comments on commit 5caa603

Please sign in to comment.