From 3d4508a935b44fdd4d57cb33f3eaa6238bcedd9a Mon Sep 17 00:00:00 2001 From: Renan Souza Date: Sat, 14 Sep 2024 10:18:17 -0400 Subject: [PATCH] Fix release publish GHaction --- .github/workflows/create-release-n-publish.yml | 2 ++ resources/sample_settings.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release-n-publish.yml b/.github/workflows/create-release-n-publish.yml index 4d60e907..9c28335d 100644 --- a/.github/workflows/create-release-n-publish.yml +++ b/.github/workflows/create-release-n-publish.yml @@ -102,6 +102,8 @@ jobs: - name: Install dev dependencies run: | pip install -r extra_requirements/dev-requirements.txt + - name: Run Docker Compose + run: docker compose -f deployment/compose.yml up -d - name: Test with pytest run: | mkdir -p ~/.flowcept diff --git a/resources/sample_settings.yaml b/resources/sample_settings.yaml index e5bcc5b3..e35d2f2f 100644 --- a/resources/sample_settings.yaml +++ b/resources/sample_settings.yaml @@ -33,7 +33,7 @@ experiment: main_redis: host: localhost - instances: ["localhost:6379"] # We can have multiple redis instances being accessed by the consumers but each interceptor will currently access one single redis. + #instances: ["localhost:6379"] # We can have multiple redis instances being accessed by the consumers but each interceptor will currently access one single redis. port: 6379 channel: interception buffer_size: 50