CI: run harness tests (#4565)

This commit is contained in:
Ms2ger 2025-08-27 17:41:26 +02:00 committed by GitHub
parent 6f74a55277
commit a07e038f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,3 +91,16 @@ jobs:
New changes were found after re-generating the tests.
Please read the documentation on procedurally generated tests
https://github.com/tc39/test262/blob/HEAD/CONTRIBUTING.md#procedurally-generated-tests
self-test:
name: Run the harness tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install test262-harness
run: npm install
- name: Run tests
run: npm run test -- --errorForFailures -- test/harness/*.js