From 72c4daef2442a43c3f1e2e06a35d25b9c81dff25 Mon Sep 17 00:00:00 2001 From: neeldug <5161147+neeldug@users.noreply.github.com> Date: Wed, 16 Sep 2020 08:19:01 +0100 Subject: [PATCH] Fix CI Commit failure (#695) Unsure as to whether this should be committed or not, but should fix failing CI --- .github/workflows/test262.yml | 1 + 1 file changed, 1 insertion(+) 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