File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -61,23 +61,11 @@ jobs:
6161 - name : Install library
6262 run : poetry install --no-interaction --all-extras
6363 # ----------------------------------------------
64- # debug environment
64+ # run test suite
6565 # ----------------------------------------------
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-
74- # run test suite (quick subset)
75- # ----------------------------------------------
76- - name : Run quick subset of tests with coverage
66+ - name : Run tests with coverage
7767 continue-on-error : true
78- run : |
79- echo "Running quick subset of e2e tests for validation..."
80- poetry run python -m pytest \
68+ run : poetry run python -m pytest \
8169 tests/e2e/test_driver.py::TestPySQLCoreSuite::test_escape_single_quotes \
8270 --cov=src --cov-report=xml --cov-report=term -v
8371 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments