Skip to content

Commit

Permalink
chore(ci): Fix integration test filter generation (vectordotdev#17914)
Browse files Browse the repository at this point in the history
Each key needs to map to an array.

Signed-off-by: Jesse Szwedko <[email protected]>

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jul 7, 2023
1 parent 1a427ed commit 528fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdev/src/commands/integration/ci_paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub struct Cli {}
impl Cli {
pub fn exec(&self) -> Result<()> {
// placeholder for changes that should run all integration tests
println!("all-int:");
println!("all-int: []");

// paths for each integration are defined in their respective config files.
for (integration, config) in IntegrationTestConfig::collect_all()? {
Expand Down

0 comments on commit 528fac3

Please sign in to comment.