From a56d3216c4ccd40141556461e04342d5e9732f81 Mon Sep 17 00:00:00 2001 From: Benedikt Schesch Date: Thu, 9 May 2024 22:45:57 -0700 Subject: [PATCH] Test --- .github/workflows/check-reproducibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index 964178fbcd..2d5cccd030 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -44,6 +44,7 @@ jobs: run: cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar - name: make check-merges-reproducibility run: | + python3 src/python/replay_merge.py --merges_csv results/combined/result.csv -delete_workdir --idx 38-192 head -n 151 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv make check-merges-reproducibility env: