From 1cc2b78ae986d3b8542b98bef9d2844bb49d9d17 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 07:28:41 +0000 Subject: [PATCH] init --- tasks/pytest/task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/pytest/task.yaml b/tasks/pytest/task.yaml index b6a7911..4286d82 100644 --- a/tasks/pytest/task.yaml +++ b/tasks/pytest/task.yaml @@ -37,6 +37,7 @@ spec: workingDir: /workspace/source script: | #!/usr/bin/env bash + ls -la if [ -n "$(params.subdirectory)" ]; then cd $(params.subdirectory) fi