From 4505e52c571fe34134d890598eb5d87c6d5aa7e7 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Sun, 23 Jun 2024 22:12:02 +0300 Subject: [PATCH] Remove init container --- .github/workflows/tests.yaml | 1 - CONTRIBUTING.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 743faa8..48c84e4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,7 +41,6 @@ jobs: compose-file: "modules/drivers/materialize/docker-compose.yml" services: | materialize - init # Apply the scripts/exclude_tests.diff patch to exclude tests that are not relevant to Materialize - name: Apply exclude_tests.diff diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index adfcee3..5ef2084 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ sudo -- sh -c "echo 127.0.0.1 materialize >> /etc/hosts" * Start Materialize as a Docker container ```bash -docker compose -f modules/drivers/materialize/docker-compose.yml up -d materialize init +docker compose -f modules/drivers/materialize/docker-compose.yml up -d materialize ``` Now, you should be able to run the tests: