Skip to content

Commit

Permalink
Fix release publish GHaction
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Sep 14, 2024
1 parent 6aecd8f commit 3d4508a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/sample_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4508a

Please sign in to comment.