From 7456b8d08968f5348c7f726200922ae853a3a992 Mon Sep 17 00:00:00 2001 From: Pikachu920 <28607612+Pikachu920@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:57:49 -0500 Subject: [PATCH] Add debug directory listing --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index f1bd5bf..0d3bc8e 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,7 @@ runs: if: steps.cache-skript.outputs.cache-hit != 'true' shell: bash run: | + ls -lRa . chmod +x ./skript/gradlew ./skript/gradlew quickTest - name: Cache test image