From 7da4b11d251a7b08205e109a0705f329fcfe87ec Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 30 Nov 2024 13:04:37 +0100 Subject: [PATCH] fix --- .github/workflows/REUSABLE_backend.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index 0b43c18d9e..3eb58d60c5 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -260,9 +260,6 @@ jobs: run: composer install working-directory: ${{ inputs.backend_directory }} - - name: Create MySQL Database - run: mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -uroot -proot -e 'CREATE DATABASE flarum_test;' - - name: Run PHPStan run: composer analyse:phpstan env: