Skip to content

Commit

Permalink
update source pkl for java-cf
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jan 23, 2025
1 parent e1493ee commit 8b695d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clients.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clients = new Mapping<String, Run> {
}

["java-cf"] = new {
steps = GitHubAction.Java.mavenTestSteps(null, "java-cf", null, null)
steps = GitHubAction.Java.mavenTestSteps("--batch-mode --no-transfer-progress verify", "java-cf", "graalvm", "23")
}

["java-loom"] = new {
Expand Down

0 comments on commit 8b695d7

Please sign in to comment.