Skip to content

Commit

Permalink
fix: rm mv old baseline since there is none
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 22, 2024
1 parent b1cd30a commit cb1b676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_regression_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
pull-requests: write
env:
username: ${{ github.event.pull_request.user.login }} # ${{ github.event.comment.user.login }}
username: ${{ github.event.pull_request.user.login }} # ${{ github.actor }}

steps:
# - name: Get PR branch
Expand Down Expand Up @@ -46,10 +46,10 @@ 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 comment to PR
- name: Add Baseline update report to PR comment
uses: actions/github-script@v7
if: always()
with:
Expand Down

0 comments on commit cb1b676

Please sign in to comment.