Skip to content

Commit

Permalink
Compare test262 results with previous main commit (#15024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 7, 2022
1 parent 814e66e commit 6d2b218
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -603,14 +603,14 @@ jobs:
with:
repository: babel/babel-test262-runner
path: babel-test262-runner
# - name: Download previous results
# run: |
# cd babel-test262-runner
# npm ci
# node lib/download-main-artifact/index.mjs ~/test262-main.tap
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Compare previous main branch & current results
# run: |
# cd babel-test262-runner
# node lib/compare-results ~/test262-main.tap ~/test262.tap | tee ~/diff.tap
- name: Download previous results
run: |
cd babel-test262-runner
npm ci
node lib/download-main-artifact/index.mjs ~/test262-main.tap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Compare previous main branch & current results
run: |
cd babel-test262-runner
node lib/compare-results ~/test262-main.tap ../test262.tap | tee ~/diff.tap

0 comments on commit 6d2b218

Please sign in to comment.