Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Jan 2, 2025
1 parent fb8888a commit bffc2ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_browser_exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
git checkout -f -b update_snapshots origin/update_snapshots
git rm -r "**/*.png"
git commit -m "rm for regen"
git push
git checkout ${{ github.ref_name }}
working-directory: ComfyUI/custom_nodes/BizyAir/bizyair_frontend

Expand All @@ -97,6 +98,7 @@ jobs:
BIZYAIR_KEY: ${{ secrets.BIZYAIR_KEY }}
COMFY_PATH: "../../../.."
run: |
rm -r **/*.png
npx playwright test --update-snapshots --workers=2 --trace on
working-directory: ComfyUI/custom_nodes/BizyAir/bizyair_frontend/browser_tests

Expand Down

0 comments on commit bffc2ce

Please sign in to comment.