Skip to content

Commit

Permalink
DROP ME: use the output from dynamic as stable for comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 9, 2024
1 parent 862adb8 commit c4922e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
id: regression-comparison
if: ${{ env.REFERENCE_JOB == 'false' }}
env:
REFERENCE: stable_regression_results
REFERENCE: 'test/regression' # stable_regression_results
run: |
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
mkdir -p "test/regression-diff"
Expand Down

0 comments on commit c4922e9

Please sign in to comment.