Skip to content

Commit 9a6d2cd

Browse files
committed
Add alternate connection string
1 parent beba018 commit 9a6d2cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
# Can not change databases using HTTP API. The URL below will be
5353
# used to create the database and the generated database name will
5454
# be applied to the above URL.
55-
# SINGLESTOREDB_INIT_DB_URL: "root:[email protected]:3307"
56-
SINGLESTOREDB_DEBUG_QUERIES: "1"
55+
SINGLESTOREDB_INIT_DB_URL: "root:[email protected]:3307"
5756

5857
- name: Run MySQL protocol tests
5958
run: |

0 commit comments

Comments
 (0)