Skip to content

add new_feature_branch #17

add new_feature_branch

add new_feature_branch #17

Workflow file for this run

name: Integration test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
DATABRICKS_HOST: ${{ vars.DATABRICKS_HOST }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run integration test
run: |
dbx deploy integration_test
# dbx launch integration_test --trace --existing-runs wait