features: - fluent-integration-tests test_filter: "::fluent::" runner: needs_docker_socket: true volumes: /tmp: /tmp matrix: default: ["default"] # changes to these files/paths will invoke the integration test in CI # expressions are evaluated using https://github.com/micromatch/picomatch paths: - "src/internal_events/fluent.rs" - "src/sources/fluent/**" - "src/sources/util/**" - "tests/integration/fluent/**"