File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
7373 DATABRICKS_HOSTNAME : ${{ secrets.DATABRICKS_HOSTNAME }}
7474 DATABRICKS_HTTP_PATH : ${{ secrets.DATABRICKS_HTTP_PATH }}
7575 DATABRICKS_ACCESS_TOKEN : ${{ secrets.DATABRICKS_ACCESS_TOKEN }}
76- run : node scripts/runInteractiveCommand.js --configure
76+ run : node scripts/runInteractiveCommand.js --configure | tee result.log | grep -q "Databricks connection validated successfully" || exit 1
7777
7878 - name : Initialize Dataforge
79- run : dataforge --init | grep -q "Initialized project in /home/runner/work/dataforge-core/dataforge-core " || exit 1
79+ run : dataforge --init | grep -q "Initialized project in /home/runner/work/dataforge-core/dataforge-coreaaaaa " || exit 1
8080
8181 - name : Run interactive Dataforge seeding
8282 run : node scripts/runInteractiveCommand.js --seed
You can’t perform that action at this time.
0 commit comments