Skip to content

Commit 4aaf554

Browse files
committed
Reverted back to some subset of e2e tests
1 parent c29e828 commit 4aaf554

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/coverage-check.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff 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
#----------------------------------------------

0 commit comments

Comments
 (0)