Skip to content

Commit

Permalink
Patch docker-compose.yml file in CI
Browse files Browse the repository at this point in the history
Run it in developer mode in CI.
  • Loading branch information
jvff committed Oct 23, 2024
1 parent 55f7d26 commit 547590c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
cargo install --path linera-service --bin linera --bin linera-server --debug
- name: Build Docker image
run: docker build . -f docker/Dockerfile -t linera
- name: Patch Dockerfile to run ScyllaDB in developer mode
run: sed -i -e '/SCYLLA_AUTO_CONF/{N;s/command:/ SCYLLA_ENABLE_EXPERIMENTAL: 1/p;
N;N;N;N;d}' docker/docker-compose.yml
- name: Run Compose
run: cd docker && ./compose.sh &
- name: Setup upterm session
Expand Down

0 comments on commit 547590c

Please sign in to comment.