Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions resources/test/integration_test_job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resources:
jobs:
integration_test_job:
name: "[${bundle.target}] Integration & Unit Test Runner"
tasks:
- task_key: run_all_tests
# serverless instead # job_cluster_key: test_cluster
notebook_task:
# DAB knows to look relative to the YAML file location
# This points to your 'Run_Tests' notebook in the repo
# as it is this will run unit too atm
notebook_path: ../../tests/Run_Tests.ipynb