Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
patoui committed Nov 29, 2024
1 parent 05685ae commit a213827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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|<password>.*</password>|<password></password>|' /etc/clickhouse-server/users.xml
sudo sed -i 's|<networks>.*</networks>|<networks><ip>::/0</ip></networks>|' /etc/clickhouse-server/users.xml
# Start ClickHouse server
sudo service clickhouse-server start
- name: Install SeasClick extension
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit a213827

Please sign in to comment.