Skip to content

Commit

Permalink
fix: Missing camel steps as glue in test runner
Browse files Browse the repository at this point in the history
This enables the user to use the camel steps out of the box
  • Loading branch information
christophd committed Dec 12, 2019
1 parent 01dc935 commit 9a67979
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public static void main(String[] args) throws IOException {
params.add("--glue");
params.add("dev.yaks.testing.swagger");

params.add("--glue");
params.add("dev.yaks.testing.camel");

params.add("--glue");
params.add("dev.yaks.testing.camel.k");

Expand Down

0 comments on commit 9a67979

Please sign in to comment.