diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 8fed6b0ec..8018d4456 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -6,6 +6,7 @@ name: Auto Validate Quickstarts on: + workflow_dispatch: push: branches: - master diff --git a/tutorials/distributed-calculator/README.md b/tutorials/distributed-calculator/README.md index 73541d6d6..46b46526b 100644 --- a/tutorials/distributed-calculator/README.md +++ b/tutorials/distributed-calculator/README.md @@ -268,7 +268,7 @@ expected_stdout_lines: - "86" - "18" - "1.5294" - - "1768.0" + - "1768" - '"total":"54"' output_match_mode: substring name: "Curl test" @@ -306,7 +306,7 @@ name: "Curl test" 86 18 1.5294117647058822 - 1768.0 + 1768 {"operation":null,"total":"54","next":null} ``` @@ -529,7 +529,7 @@ expected_stdout_lines: - "86" - "18" - "1.5294" - - "1768.0" + - "1768" - '"total":"54"' output_match_mode: substring name: "Curl test" @@ -567,7 +567,7 @@ You should get the following output: 86 18 1.5294117647058822 - 1768.0 + 1768 {"operation":null,"total":"54","next":null} ``` diff --git a/tutorials/observability/README.md b/tutorials/observability/README.md index 304455aaf..0055420b9 100644 --- a/tutorials/observability/README.md +++ b/tutorials/observability/README.md @@ -384,7 +384,7 @@ expected_stdout_lines: - "86" - "18" - "1.5294" - - "1768.0" + - "1768" - '"total":"54"' output_match_mode: substring name: "Curl test"