diff --git a/.github/workflows/run_golden_tests.yml b/.github/workflows/run_golden_tests.yml index 61d1060..12b9dea 100644 --- a/.github/workflows/run_golden_tests.yml +++ b/.github/workflows/run_golden_tests.yml @@ -55,7 +55,7 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add -A + git add **/goldens/*.png git commit -m "Updated goldens" - name: Push to main