Skip to content

Commit 7de0b39

Browse files
committed
ci(mysql/mysql): migrate to new ci
1 parent 9a866b8 commit 7de0b39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/config/nodejs-prod.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"appengine/analytics", // [ERR_REQUIRE_ESM]: require() of ES Module
8080
"appengine/metadata/flexible", // [ERR_REQUIRE_ESM]: require() of ES Module
8181
"automl", // (untested) FAILED_PRECONDITION: Google Cloud AutoML Natural Language was retired on March 15, 2024. Please migrate to Vertex AI instead
82-
"cloud-sql/mysql/mysql", // (untested) Error: expected 200 "OK", got 500 "Internal Server Error"
8382
"cloud-sql/mysql/mysql2", // (untested) Error: Cannot find module './connect-connector-with-iam-authn.js'
8483
"cloud-sql/postgres/knex", // (untested) CloudSQLConnectorError: Malformed instance connection name provided: expected format of "PROJECT:REGION:INSTANCE", got undefined
8584
"cloud-sql/sqlserver/mssql", // (untested) TypeError: The "config.server" property is required and must be of type string.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"env": {
3+
"INSTANCE_HOST": "127.0.0.1",
4+
"DB_PORT": "1433"
5+
}
6+
}

0 commit comments

Comments
 (0)