chore: remove pack installation from builder-lambda tests

It isn't necessary and causes false-negatives when pack isn't able to be installed.
This commit is contained in:
Jose Diaz-Gonzalez
2023-10-15 03:46:20 -04:00
committed by GitHub
parent 44716c7146
commit 4503045d8a

View File

@@ -2,10 +2,6 @@
load test_helper
setup_file() {
install_pack
}
setup() {
create_app
}