Skip to content

Commit

Permalink
Remove init container
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 23, 2024
1 parent 860b19b commit 4505e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4505e52

Please sign in to comment.