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 ca18d42 commit 4a44e84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/gha-container-base-image.bats
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/usr/bin/env bats

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

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

0 comments on commit 4a44e84

Please sign in to comment.