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 9ccd8ab commit 775bd7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ jobs:
pwd
echo "Listing contents of the repository root:"
ls -la
feature_tests_folder_path="./source/databricks/calculation_engine/tests/features"
echo "Checking and listing all folders in $feature_tests_folder_path"
if [ -d "$feature_tests_folder_path" ]; then
Expand All @@ -376,10 +375,9 @@ jobs:
error_flag=1
fi
done < given_dirs.txt
if [ "$error_flag" -eq 1 ]; then
exit 1
fi
else
echo "Directory '$tests_folder_path' does not exist."
fi
fi

0 comments on commit 775bd7c

Please sign in to comment.