diff --git a/.github/ci-config.json b/.github/ci-config.json index 6557fd6..15b2e6f 100644 --- a/.github/ci-config.json +++ b/.github/ci-config.json @@ -1,8 +1,8 @@ { - "sinks": "ci-sinks.json", - "collectors" : "ci-collectors.json", - "receivers" : "ci-receivers.json", - "router" : "ci-router.json", + "sinks": ".github/ci-sinks.json", + "collectors" : ".github/ci-collectors.json", + "receivers" : ".github/ci-receivers.json", + "router" : ".github/ci-router.json", "interval": 5, "duration": 1 }