diff --git a/.github/workflows/update_regression_baseline.yml b/.github/workflows/update_regression_baseline.yml index a461e767..98ada263 100644 --- a/.github/workflows/update_regression_baseline.yml +++ b/.github/workflows/update_regression_baseline.yml @@ -46,7 +46,7 @@ jobs: run: | git config --global user.name '$username' git config --global user.email '$username@users.noreply.github.com' - # 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