Skip to content

Commit

Permalink
Kafka config shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Apr 16, 2024
1 parent 5f7e6b9 commit e9186c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "affected=$(python3 ./scripts/affected_services.py)" >> $GITHUB_OUTPUT
test:
if: ${{needs.check-changes.outputs.services}}
if: ${{needs.check-changes.outputs.services}} != "[]"
needs: check-changes
runs-on: ubuntu-latest
strategy:
Expand Down
3 changes: 1 addition & 2 deletions services/pcs/.dev/.dev_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ docs_url: /docs
files_to_delete_topic: file_deletions
files_to_delete_type: file_deletion_requested
host: 127.0.0.1
kafka_servers:
- kafka:9092
kafka_servers: ["kafka:9092"]
openapi_url: /openapi.json
port: 8080
service_instance_id: "1"
Expand Down

0 comments on commit e9186c1

Please sign in to comment.