From 456cfd5a0e683c59ce7246b08d828de88bfbe54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 26 May 2020 18:16:10 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cda2283d..a1859a13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: env: APP_ENV: test SYMFONY_DEPRECATIONS_HELPER: disabled - DATABASE_URL: 'mysql://root:1234@127.0.0.1:3306/part-db_test' + DATABASE_URL: 'mysql://root:root@127.0.0.1:3306/test' PHP_VERSION: ${{ matrix.php-versions }} strategy: @@ -35,12 +35,12 @@ jobs: coverage: pcov extensions: mbstring, intl, gd, xsl, gmp, bcmath - - name: Setup MySQL - uses: mirromutth/mysql-action@v1.1 - with: - mysql version: 5.7 - mysql database: 'part-db' - mysql root password: '1234' + #- name: Setup MySQL + # uses: mirromutth/mysql-action@v1.1 + # with: + # mysql version: 5.7 + # mysql database: 'part-db' + # mysql root password: '1234' ## Setup caches