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 80f9a1b commit 5b03e9a
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 @@ -37,6 +37,9 @@ jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2 # Ensures the repository contents are present

- name: Setup and Check Directories
run: |
echo "Current working directory:"
Expand All @@ -46,9 +49,6 @@ jobs:
tests_folder_path="./source/databricks/calculation_engine/tests"
echo "Checking and listing all folders in $tests_folder_path"
echo "Listing contents of ./source/databricks/calculation_engine/"
ls -la ./source/databricks/calculation_engine/
if [ -d "$tests_folder_path" ]; then
echo "Directory exists. Listing all subdirectories:"
ls -d $tests_folder_path/*/
Expand Down

0 comments on commit 5b03e9a

Please sign in to comment.