diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114d93e3d..d3918ff34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,12 +38,12 @@ jobs: - name: Get composer cache directory id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Get date part for cache key id: key-date - run: echo "::set-output name=date::$(date +'%Y-%m')" - + run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT + - name: Cache composer dependencies uses: actions/cache@v1 with: diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 2d7e543cb..796217c18 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -75,9 +75,9 @@ 'default' => [ 'engine' => 'File', ], - '_cake_core_' => [ + '_cake_translations_' => [ 'className' => 'File', - 'prefix' => 'users_myapp_cake_core_', + 'prefix' => 'users_myapp_cake_translations_', 'path' => CACHE . 'persistent/', 'serialize' => true, 'duration' => '+10 seconds', @@ -136,7 +136,6 @@ class_alias('TestApp\Controller\AppController', 'App\Controller\AppController'); ]); \Cake\Utility\Security::setSalt('yoyz186elmi66ab9pz4imbb3tgy9vnsgsfgwe2r8tyxbbfdygu9e09tlxyg8p7dq'); -Plugin::getCollection()->add(new \CakeDC\Users\Plugin()); session_id('cli'); \Cake\Core\Configure::write('Users.AllowedRedirectHosts', [