File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6161 - name : Install library
6262 run : poetry install --no-interaction --all-extras
6363 # ----------------------------------------------
64+ # debug environment
65+ # ----------------------------------------------
66+ - name : Debug environment variables
67+ run : |
68+ echo "Checking environment variables..."
69+ echo "DATABRICKS_SERVER_HOSTNAME: ${{ secrets.DATABRICKS_HOST }}"
70+ echo "DATABRICKS_HTTP_PATH: ${{ secrets.TEST_PECO_WAREHOUSE_HTTP_PATH }}"
71+ echo "DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN != '' && '***' || 'NOT_SET' }}"
72+ echo "DATABRICKS_USER: ${{ secrets.TEST_PECO_SP_ID }}"
73+
6474 # run test suite (quick subset)
6575 # ----------------------------------------------
6676 - name : Run quick subset of tests with coverage
You can’t perform that action at this time.
0 commit comments