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 @@ -76,10 +76,10 @@ jobs:
7676 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 | tee result.log | grep -q "Initialized project in /home/runner/work/dataforge-core/dataforge-core" || exit 1
8080
8181 - name : Run interactive Dataforge seeding
82- run : node scripts/runInteractiveCommand.js --seed | tee result.log | grep -q "Database initialized" || exit 1
82+ run : node scripts/runInteractiveCommand.js --seed
8383
8484 - name : Run Dataforge build
8585 run : dataforge --build | grep -q "Import completed successfully" || exit 1
You can’t perform that action at this time.
0 commit comments