Skip to content

Commit 588dc6c

Browse files
Update cypress-tests.yml
1 parent 8826bfa commit 588dc6c

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
@@ -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

0 commit comments

Comments
 (0)