diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 537c26a..421ebd4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -45,6 +45,7 @@ jobs: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C apt-get update apt install -y default-mysql-client + sleep 120 mysql -h mysql8 -u root -e 'CREATE DATABASE cakephp;' - name: Setup PHP diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7e0556f..af2ea74 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -61,7 +61,7 @@ $cache = [ 'engine' => 'File', 'path' => CACHE, ], - '_cake_core_' => [ + '_cake_translations_' => [ 'className' => 'File', 'prefix' => 'crud_myapp_cake_core_', 'path' => CACHE . 'persistent/',