mirror of
https://github.com/tc39/test262.git
synced 2025-09-23 10:08:49 +02:00
CI: run harness tests (#4565)
This commit is contained in:
parent
6f74a55277
commit
a07e038f37
13
.github/workflows/checks.yml
vendored
13
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user