From c5eb01aee3db263c1444f74903a356452efa8038 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 15 Apr 2025 11:43:45 +0000 Subject: [PATCH] init --- tasks/pytest/task.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/pytest/task.yaml b/tasks/pytest/task.yaml index 29c27ab..11cc3a4 100644 --- a/tasks/pytest/task.yaml +++ b/tasks/pytest/task.yaml @@ -29,6 +29,8 @@ spec: #!/usr/bin/env bash set -e + ls -al $HOME + echo "HOME=$HOME" echo "🔧 Installing dependencies..."