Test262 results should be uploaded always (#4106)

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác 2020-08-04 16:54:53 +02:00 committed by GitHub
parent 401b36d406
commit 621a5ddb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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