From 2ae8efe6183b0a69e6ba91de4d3c2f66ca74a8da Mon Sep 17 00:00:00 2001 From: Arnaud Doucerain Date: Fri, 18 Mar 2022 13:32:36 +0100 Subject: [PATCH] Database tests 21 --- .env.ci | 2 +- .env.dusk.ci | 2 +- .github/workflows/github-automated-actions.yml | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.env.ci b/.env.ci index 6f3763e..5578a64 100644 --- a/.env.ci +++ b/.env.ci @@ -28,7 +28,7 @@ FORMER_APP_RESOURCE_OWNER_URL_SUFFIX=/api/v0/me.php FORMER_APP_DB_HOST=mysql FORMER_APP_DB_PORT=3306 -FORMER_APP_DB_DATABASE=rodexal_alexdor_test_db +FORMER_APP_DB_DATABASE=rodexal_test_db FORMER_APP_DB_USERNAME=rodexal_test_db_user FORMER_APP_DB_PASSWORD=rodexal_test_db_password diff --git a/.env.dusk.ci b/.env.dusk.ci index 6f3763e..5578a64 100644 --- a/.env.dusk.ci +++ b/.env.dusk.ci @@ -28,7 +28,7 @@ FORMER_APP_RESOURCE_OWNER_URL_SUFFIX=/api/v0/me.php FORMER_APP_DB_HOST=mysql FORMER_APP_DB_PORT=3306 -FORMER_APP_DB_DATABASE=rodexal_alexdor_test_db +FORMER_APP_DB_DATABASE=rodexal_test_db FORMER_APP_DB_USERNAME=rodexal_test_db_user FORMER_APP_DB_PASSWORD=rodexal_test_db_password diff --git a/.github/workflows/github-automated-actions.yml b/.github/workflows/github-automated-actions.yml index bdce413..fa1a7a7 100644 --- a/.github/workflows/github-automated-actions.yml +++ b/.github/workflows/github-automated-actions.yml @@ -22,14 +22,6 @@ jobs: with: fetch-depth: 1 -# - name: Start mysql -# run: /etc/init.d/mysql start - - - name: Verify MySQL connection - run: | - mysql --version - mysql --host 127.0.0.1 --port 3306 -uroot -prodexal_test_db_password -e "SHOW DATABASES" - - name: Install composer dependencies run: composer install --no-scripts