Skip to content

Commit db859a3

Browse files
Fixed e2e tests for train
1 parent 94f4412 commit db859a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/e2eTest/java/io/micrometer/release/train/TrainGithubActionsE2eTests.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ private static void runTrainPostReleaseWorkflow() {
138138
log.info("Running train release from main");
139139
GithubActions.runWorkflow("release-train-workflow.yml", "main",
140140
List.of("gh", "workflow", "run", "release-train-workflow.yml", "--ref", "main", "-f",
141-
"train_versions=0.1.1,0.2.0-M2,1.0.0-RC1", "-f", "artifact_to_check=micrometer-bom"));
141+
"context_propagation_versions=1.1.2,1.1.2,1.1.2", "-f",
142+
"micrometer_versions=0.1.1,0.2.0-M2,1.0.0-RC1"));
142143
}
143144

144145
private static LocalDate calculateDueDate(LocalDate now) {

0 commit comments

Comments
 (0)