We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97168a5 commit bb4e5dcCopy full SHA for bb4e5dc
.github/workflows/code-quality-checks.yml
@@ -60,7 +60,7 @@ jobs:
60
# run test suite
61
#----------------------------------------------
62
- name: Run tests
63
- if: maxtrix.package != "databricks_sql_connector"
+ if: ${{ maxtrix.package != 'databricks_sql_connector'}}
64
run: poetry run python -m pytest tests/unit
65
working-directory: ${{ github.workspace }}/${{ matrix.package }}
66
check-linting:
0 commit comments