Skip to content

Commit

Permalink
Added workflow dispatch to trigger the validation (#546)
Browse files Browse the repository at this point in the history
* Added workflow dispatch

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>

* Removed from build file

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>

* Fixed validation test

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>

* Fixed validation tests

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>

* Fixed validation tests

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>

Co-authored-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>
  • Loading branch information
amulyavarote and amulyavarote committed Feb 27, 2022
1 parent e890128 commit 90a125f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: Auto Validate Quickstarts

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
8 changes: 4 additions & 4 deletions tutorials/distributed-calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ expected_stdout_lines:
- "86"
- "18"
- "1.5294"
- "1768.0"
- "1768"
- '"total":"54"'
output_match_mode: substring
name: "Curl test"
Expand Down Expand Up @@ -306,7 +306,7 @@ name: "Curl test"
86
18
1.5294117647058822
1768.0
1768
{"operation":null,"total":"54","next":null}
```
Expand Down Expand Up @@ -529,7 +529,7 @@ expected_stdout_lines:
- "86"
- "18"
- "1.5294"
- "1768.0"
- "1768"
- '"total":"54"'
output_match_mode: substring
name: "Curl test"
Expand Down Expand Up @@ -567,7 +567,7 @@ You should get the following output:
86
18
1.5294117647058822
1768.0
1768
{"operation":null,"total":"54","next":null}
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ expected_stdout_lines:
- "86"
- "18"
- "1.5294"
- "1768.0"
- "1768"
- '"total":"54"'
output_match_mode: substring
name: "Curl test"
Expand Down

0 comments on commit 90a125f

Please sign in to comment.