From 621a5ddb8f6f2c676458bcaf2d9adbaa9c5fb912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Osztrogon=C3=A1c?= Date: Tue, 4 Aug 2020 16:54:53 +0200 Subject: [PATCH] Test262 results should be uploaded always (#4106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu --- .github/workflows/gh-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 368ccfb58..72642069f 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -74,6 +74,7 @@ jobs: - name: Test262 - ES2015 run: $RUNNER --test262-es2015 update - uses: actions/upload-artifact@v2 + if: success() || failure() with: name: Test262-ES2015-results path: build/tests/test262_tests_es2015/local/bin/test262.report @@ -85,6 +86,7 @@ jobs: - name: Test262 - ESNext run: $RUNNER --test262-esnext update - uses: actions/upload-artifact@v2 + if: success() || failure() with: name: Test262-ESNext-results path: build/tests/test262_tests_esnext/local/bin/test262.report