Browse Source

Fix CI Commit failure (#695)

Unsure as to whether this should be committed or not, but should fix
failing CI
pull/702/head
neeldug 4 years ago committed by GitHub
parent
commit
72c4daef24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/test262.yml

1
.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

Loading…
Cancel
Save