Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Feb 5, 2025
1 parent 051b483 commit 0bc54cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/flakeguard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand All @@ -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" \
Expand All @@ -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" \
Expand Down

0 comments on commit 0bc54cd

Please sign in to comment.