From 609b646e45edd65a17f16e9ae24d0e513700c746 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 22:13:40 +0200 Subject: [PATCH] Revert CI experiments --- .github/actions/setup-database/action.yml | 6 ++--- .../workflows/github_action_test_suite.yml | 14 +++------- .github/workflows/mysql_settings.py | 26 +++++++++---------- .github/workflows/postgresql_settings.py | 7 ++--- 4 files changed, 24 insertions(+), 29 deletions(-) diff --git a/.github/actions/setup-database/action.yml b/.github/actions/setup-database/action.yml index efcf35c8f1..d5491525de 100644 --- a/.github/actions/setup-database/action.yml +++ b/.github/actions/setup-database/action.yml @@ -26,7 +26,7 @@ runs: postgresql version: "12" postgresql db: "evennia" postgresql user: "evennia" - postgresql password: "evennia" + postgresql password: "password" - name: Wait for PostgreSQL to activate if: ${{ inputs.database == 'postgresql' }} @@ -50,7 +50,7 @@ runs: collation server: "utf8_general_ci" mysql database: "evennia" mysql user: "evennia" - mysql password: "evennia" + mysql password: "password" mysql root password: root_password - name: Wait for MySQL to activate @@ -68,7 +68,7 @@ runs: if: ${{ inputs.database == 'mysql' }} run: | cat <