Skip to content

Commit

Permalink
Update ci-databricks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausQAEnerginet committed Dec 6, 2024
1 parent 7243c20 commit e833092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
- name: Setup and Check Directories
run: |
echo "Hello World!"
echo "Current working directory:"
pwd
echo "Checking and listing all folders in '././source/databricks/calculation_engine/tests/features':"
DIRECTORY_PATH="././source/databricks/calculation_engine/tests/features"
echo "Checking and listing all folders in './source/databricks/calculation_engine/tests/features':"
DIRECTORY_PATH="./source/databricks/calculation_engine/tests/features"
# Check if the directory exists
if [ -d "$DIRECTORY_PATH" ]; then
echo "Directory exists. Listing all subdirectories:"
ls -d $DIRECTORY_PATH/*/
else
echo "Directory '$DIRECTORY_PATH' does not exist."
fi
shell: /usr/bin/bash -e {0}

databricks_ci_build:
Expand Down

0 comments on commit e833092

Please sign in to comment.