diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index 27c0f98d17..7c953a4d94 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -59,6 +59,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git pull + git add test262 git commit -m "Add new test262 results" -a cd .. - name: Upload results