Skip to content

Commit

Permalink
[nc] add ubuntu base image support
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 327290b commit 3a5b01d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/gha-container-base-image-ubuntu.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
[[ "${output}" =~ "13.2" ]]
}

@test "cmake version" {
run bash -c "docker exec gha-container-base-image cmake --version"
[[ "${output}" =~ "3.30" ]]
}
@test "make version" {
run bash -c "docker exec gha-container-base-image make --version"
[[ "${output}" =~ "4.4" ]]
Expand Down Expand Up @@ -49,11 +45,6 @@
[[ "${output}" =~ "2.4" ]]
}

@test "docker version" {
run bash -c "docker exec gha-container-base-image docker --version"
[[ "${output}" =~ "27.3" ]]
}

@test "bash version" {
run bash -c "docker exec gha-container-base-image bash --version"
[[ "${output}" =~ "5.2" ]]
Expand Down

0 comments on commit 3a5b01d

Please sign in to comment.