Skip to content

Commit bb4e5dc

Browse files
committed
Fix syntax
1 parent 97168a5 commit bb4e5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# run test suite
6161
#----------------------------------------------
6262
- name: Run tests
63-
if: maxtrix.package != "databricks_sql_connector"
63+
if: ${{ maxtrix.package != 'databricks_sql_connector'}}
6464
run: poetry run python -m pytest tests/unit
6565
working-directory: ${{ github.workspace }}/${{ matrix.package }}
6666
check-linting:

0 commit comments

Comments
 (0)