Skip to content

Commit

Permalink
adds unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Oct 21, 2024
1 parent 5cf6eb7 commit 05823d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/resources/functions/sdkman/runners.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
os = "ubuntu-22.04"
image = "phusion/baseimage:jammy-1.0.4"

setup-tag = "setup"

[common.test]

assert-install-names = ["sdkman"]
assert-install-names = ["apt_get_packages", "sdkman"]

[[common.test.commands]]

Expand Down
7 changes: 7 additions & 0 deletions test/resources/functions/sdkman/test_config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[ apt_get_packages ]
tags = [ "setup" ]
options = [
"--no-install-recommends",
"unzip"
]

[ sdkman ]
options = []

0 comments on commit 05823d5

Please sign in to comment.