diff --git a/.github/workflows/run_jcb_basic_testing.yaml b/.github/workflows/run_jcb_basic_testing.yaml index 74832eb..a88fb79 100644 --- a/.github/workflows/run_jcb_basic_testing.yaml +++ b/.github/workflows/run_jcb_basic_testing.yaml @@ -65,9 +65,6 @@ jobs: ./jcb_client_init.py echo "JCB_APP_REPO: $JCB_APP_REPO" echo "Currect directory: $(pwd)" - ls -l - ls -l src/jcb/configuration - ls -l src/jcb/configuration/apps python jcb_client_path.py $JCB_APP_REPO app_path=$(python jcb_client_path.py $JCB_APP_REPO) echo "Application path : $app_path"