fix(revert): test-browser-exp changes

test-browser-exp changes
This commit is contained in:
snomiao
2025-09-12 00:39:34 +00:00
parent c393c480fe
commit b1c6622825

View File

@@ -41,7 +41,9 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git fetch origin ${{ github.head_ref }}
git checkout -B ${{ github.head_ref }} origin/${{ github.head_ref }}
git add browser_tests
git diff --cached --quiet || git commit -m "Update test expectations [skip ci]"
git commit -m "Update test expectations [skip ci]"
git push origin HEAD:${{ github.head_ref }}
working-directory: ComfyUI_frontend