Skip to content

Commit

Permalink
Enable 262 testing on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
12wrigja committed Sep 9, 2021
1 parent 9e1a575 commit 336eb49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ jobs:
node-version: 14.x
- run: npm ci --no-optional
- run: npm test
test-test262:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use node.js v16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run test262
env:
HEAD_SHA: ${{ github.event.pull_request.head.sha }}

/

0 comments on commit 336eb49

Please sign in to comment.