diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 1d659b12..f118ad26 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -56,8 +56,6 @@ jobs: - name: Setup DB run: | - apt-get update - apt-get install mysql-client locales-all -y mysql --host 127.0.0.1 --port ${{ job.services.database.ports['3306'] }} -uroot -proot -e "CREATE DATABASE coreshop_test CHARSET=utf8mb4;" - name: Get composer cache directory