From 82b3ca59ed5958c1c7afa9fc9d7b87b278e8cf01 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Sat, 9 Aug 2025 20:11:16 -0700 Subject: [PATCH] dont have any runners working anyway but sleep 120 to see if mysql will be available --- .gitea/workflows/ci.yaml | 1 + tests/bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/',