Skip to content

Commit

Permalink
refactor: remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 10, 2024
1 parent 1f06b73 commit 2914f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_release_to(prep_execution, release_to):
prepare_build_matrix()

github_output_content = github_output.read_text("utf8")
print(github_output_content)

assert re.search(
"^release-to=" + "true" if release_to else "", github_output_content, re.M
), "Invalid release-to value"

0 comments on commit 2914f83

Please sign in to comment.