Skip to content

Commit

Permalink
wip: test mv old baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 22, 2024
1 parent 780f984 commit 1be9922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_regression_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
git config --global user.name '$username'
git config --global user.email '[email protected]'
# mv tests/regression_test_baselines.json tests/regression_test_baselines.json.bak
mv tests/regression_test_baselines.json tests/regression_test_baselines.json.bak
NEW_BASELINE=1 pytest -m regression
- name: Add Baseline update report to PR comment
Expand Down

0 comments on commit 1be9922

Please sign in to comment.