From 5e7ea4217f048db392af4ed17c0a22b0201db6ce Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 11 Feb 2021 07:34:27 -0500 Subject: [PATCH] tests: install pack for app-json tests --- tests/unit/app-json.bats | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unit/app-json.bats b/tests/unit/app-json.bats index d8c86f832..4f87bc727 100644 --- a/tests/unit/app-json.bats +++ b/tests/unit/app-json.bats @@ -1,6 +1,12 @@ #!/usr/bin/env bats load test_helper +setup_file() { + add-apt-repository --yes ppa:cncf-buildpacks/pack-cli + apt-get update + apt-get --yes install pack-cli +} + setup() { global_setup create_app