Skip to content

Commit 74fb740

Browse files
Update pipelines.yml
1 parent 56b64f8 commit 74fb740

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pipelines.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ jobs:
4141
run: |
4242
nutter run "$DEV_DIRECTORY/unit-tests/" --cluster_id $CLUSTER_ID --recursive --junit_report --timeout 500
4343
44+
- name: Run a databricks notebook
45+
uses: databricks/run-notebook@v0
46+
with:
47+
local-notebook-path: unit-tests/test_with_percent_run.py
48+
databricks-host: $DATABRICKS_HOST
49+
databricks-token: $DATABRICKS_TOKEN
50+
git-commit: ${{ github.event.pull_request.head.sha }}
51+
new-cluster-json: >
52+
{
53+
"num_workers": 1,
54+
"spark_version": "10.4.x-scala2.12",
55+
"node_type_id": "Standard_D3_v2"
56+
}
4457
OnRelease:
4558
if: startsWith(github.ref_name, 'main')
4659
environment: prod

0 commit comments

Comments
 (0)