From 60a3dba65d40fb3855edb431c2e1aa8e7ab92fb9 Mon Sep 17 00:00:00 2001 From: oleh_mykolaishyn Date: Thu, 7 Nov 2024 19:24:33 +0200 Subject: [PATCH] test --- .github/workflows/cicd.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 972b51a..ddc8637 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,10 +27,14 @@ jobs: run: | ls -la + - name: LS ~ + run: | + ls -la ~ + - name: Create file and append content run: | echo -e "[dev]\nhost=${{ secrets.WORKSPACE_URL }}" > ~/.databrickscfg - cat .databrickscfg + cat ~/.databrickscfg - name: Validation run: |