Skip to content

Commit 2bac0e7

Browse files
committed
DROP ME: use the output from dynamic as stable for comparison
1 parent 14c2bcc commit 2bac0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
id: regression-comparison
240240
if: ${{ env.REFERENCE_JOB == 'false' }}
241241
env:
242-
REFERENCE: stable_regression_results
242+
REFERENCE: 'test/regression' # stable_regression_results
243243
run: |
244244
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
245245
mkdir -p "test/regression-diff"

0 commit comments

Comments
 (0)