From 29b7ad1838d38c825c2219970af5ec4e0101fae8 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 07:13:32 +0000 Subject: [PATCH] init --- tasks/pytest/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pytest/task.yaml b/tasks/pytest/task.yaml index d526fa3..84b2b27 100644 --- a/tasks/pytest/task.yaml +++ b/tasks/pytest/task.yaml @@ -22,7 +22,7 @@ spec: script: | #!/usr/bin/env bash - ls -al + ls -al /workspace/source if [ -n "$(params.subdirectory)" ]; then cd $(params.subdirectory)