From 8f9ca78642f9f89ac6d8a3403fd8d00e32391ab5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 4 Jan 2026 03:38:44 -0500 Subject: [PATCH] chore: debug --- tests/unit/builder-pack.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/builder-pack.bats b/tests/unit/builder-pack.bats index 008b0b2a3..5b50d68bf 100644 --- a/tests/unit/builder-pack.bats +++ b/tests/unit/builder-pack.bats @@ -183,5 +183,6 @@ cron_run_wrapper() { [[ -z "$APP" ]] && local APP="$TEST_APP" add_requirements_txt "$APP" "$APP_REPO_DIR" + ls -lah "$APP_REPO_DIR" mv -f "$APP_REPO_DIR/app-cnb-cron.json‎" "$APP_REPO_DIR/app.json" }