From a213827b63eccd516014f1e51735ad96851c2617 Mon Sep 17 00:00:00 2001 From: Patrique Ouimet Date: Thu, 28 Nov 2024 20:05:17 -0500 Subject: [PATCH] chore: clean up --- .github/workflows/ci.yml | 6 ------ tests/TestCase.php | 1 - 2 files changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51524c0..e4e3f55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,6 @@ jobs: echo "deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main" | sudo tee /etc/apt/sources.list.d/clickhouse.list sudo apt-get update sudo apt-get install -y clickhouse-server clickhouse-client - - # Configure default user - sudo sed -i 's|.*||' /etc/clickhouse-server/users.xml - sudo sed -i 's|.*|::/0|' /etc/clickhouse-server/users.xml - - # Start ClickHouse server sudo service clickhouse-server start - name: Install SeasClick extension diff --git a/tests/TestCase.php b/tests/TestCase.php index d8ca123..8b5d696 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -60,7 +60,6 @@ protected function getPackageProviders($app): array */ protected function getEnvironmentSetUp($app): void { - echo sprintf("APP ENV: %s\n", env('APP_ENV') ?: 'not set'); $app['config']->set('app.key', '603046c97f00a193540915'); $app['config']->set('database.default', 'clickhouse'); $app['config']->set('database.connections.clickhouse', [