From 0bc54cd6764a20df2c18adb5b8deceb1de16fb85 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 5 Feb 2025 15:17:51 -0500 Subject: [PATCH] Update Makefile --- tools/flakeguard/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/flakeguard/Makefile b/tools/flakeguard/Makefile index 20081dc27..abc1f49f5 100644 --- a/tools/flakeguard/Makefile +++ b/tools/flakeguard/Makefile @@ -33,6 +33,7 @@ example: --results-path ./example_results \ --output-path ./example_results \ --repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \ + --branch-name "example-branch" \ --base-sha "abc" \ --head-sha "xyz" \ --github-workflow-name "ExampleWorkflowName" \ @@ -52,6 +53,7 @@ example_flaky_panic: --results-path ./example_results \ --output-path ./example_results \ --repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \ + --branch-name "example-branch" \ --base-sha "abc" \ --head-sha "xyz" \ --github-workflow-name "ExampleWorkflowName" \ @@ -71,6 +73,7 @@ example_timeout: --results-path ./example_results \ --output-path ./example_results \ --repo-url "https://github.com/smartcontractkit/chainlink-testing-framework" \ + --branch-name "example-branch" \ --base-sha "abc" \ --head-sha "xyz" \ --github-workflow-name "ExampleWorkflowName" \