Skip to content

Commit

Permalink
test if output carries over
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 22, 2024
1 parent 5bab2c3 commit 0927bbc
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 @@ -73,6 +73,7 @@ jobs:
seen = {}
with open(os.getenv("GITHUB_OUTPUT")) as f:
for line in f:
print(line)
matrix, checksum = line.strip().split("=")
if not checksum in seen:
seen[checksum] = []
Expand Down

0 comments on commit 0927bbc

Please sign in to comment.