Skip to content

Commit f64e65c

Browse files
Update cypress-tests.yml
1 parent d2f12da commit f64e65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)