diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index df3040e1..13d58868 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -107,6 +107,7 @@ jobs: build-standalone-mac-arm64: + if: false name: Build cli needs: set-version-number @@ -203,7 +204,9 @@ jobs: terraform show -json > state.json HOST=$(cat state.json | jq -r '.values.outputs | ."mariadb-fqdn".value') PW=$(cat state.json | jq -r '.values.outputs | ."mariadb-admin-password".value') - CONNSTR="Server=${HOST};Port=3306;Database=mysql;Uid=root;Pwd=${PW}" + + # CONNSTR="Server=${HOST};Port=3306;Database=mysql;Uid=root;Pwd=${PW}" + CONNSTR="Server=${HOST};Port=3306;Database=mysql;Uid=root;" # echo "mariadb_connection_string='Server=${HOST};Port=3306;Database=mysql;Uid=root'" # echo "mariadb_connection_string='Server=${HOST};Port=3306;Database=mysql;Uid=root'" >> "$GITHUB_OUTPUT"