This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
π Move workflow into .github #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: databricks-cicd | |
... | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
... | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
# Install databricks CLI as per https://docs.databricks.com/dev-tools/cli/databricks-cli.html | |
- name: Install databricks CLI | |
run: | | |
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh |