File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 echo "WARNING: Commit lint step is currently a placeholder."
2323 echo "Reference project: TELBlazor"
2424 # exit 0 <-- Change to 0 if you don't want to block the rest of the pipe yet
25+
26+ - name : Maybe code lint for only top priority issues
27+ run : |
28+ echo "WARNING: pylint lint step is currently a placeholder."
29+ # exit 0 <-- Change to 0 if you don't want to block the rest of the pipe yet
30+ # - databricks readme pages recommend [using their lint plugin](https://github.com/databrickslabs/pylint-plugin)
2531
2632 pytest :
2733 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3131 - name: Check Staging Integration Tests Before Allowing Prod Deploy
3232 run: |
3333 echo "running the integration yml test job integration_test_job.yml"
34- databricks bundle run -t staging run_integration_tests
34+ databricks bundle run -t staging integration_test_job
Original file line number Diff line number Diff line change 2323 - name : Checkout code
2424 uses : actions/checkout@v4
2525
26- # ## maybe put in later
27- # - name: Set up Python
28- # uses: actions/setup-python@v4
29- # with:
30- # python-version: '3.10'
31-
32- # - name: Install dependencies
33- # run: |
34- # pip install -r requirements.txt
35- # qqqq add a step to make a version number so can see its changed and print it as part of the job
36- # DAB_VERSION: "staging-${GITHUB_SHA::7}" # short commit hash
37- # databricks bundle deploy --environment staging --version $DAB_VERSION
38-
39-
4026 - name : Set up Databricks CLI
4127 uses : databricks/setup-cli@main
4228
You can’t perform that action at this time.
0 commit comments