Skip to content

Commit

Permalink
add info where checksum was seen
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 29, 2024
1 parent caf22c0 commit 48000ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
checksum = pathlib.Path("./checksums", file).read_text()
if not checksum in seen:
seen[checksum] = []
seen[checksum] = f"{file}"
assert len(seen) > 0
if len(seen) > 1:
print("At least one checksum mismatched:")
Expand Down

0 comments on commit 48000ec

Please sign in to comment.