Skip to content

Commit 0bc54cd

Browse files
committed
Update Makefile
1 parent 051b483 commit 0bc54cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/flakeguard/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ example:
3333
--results-path ./example_results \
3434
--output-path ./example_results \
3535
--repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \
36+
--branch-name "example-branch" \
3637
--base-sha "abc" \
3738
--head-sha "xyz" \
3839
--github-workflow-name "ExampleWorkflowName" \
@@ -52,6 +53,7 @@ example_flaky_panic:
5253
--results-path ./example_results \
5354
--output-path ./example_results \
5455
--repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \
56+
--branch-name "example-branch" \
5557
--base-sha "abc" \
5658
--head-sha "xyz" \
5759
--github-workflow-name "ExampleWorkflowName" \
@@ -71,6 +73,7 @@ example_timeout:
7173
--results-path ./example_results \
7274
--output-path ./example_results \
7375
--repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \
76+
--branch-name "example-branch" \
7477
--base-sha "abc" \
7578
--head-sha "xyz" \
7679
--github-workflow-name "ExampleWorkflowName" \

0 commit comments

Comments
 (0)