Skip to content

Commit 6d2b218

Browse files
Compare test262 results with previous main commit (#15024)
1 parent 814e66e commit 6d2b218

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -603,14 +603,14 @@ jobs:
603603
with:
604604
repository: babel/babel-test262-runner
605605
path: babel-test262-runner
606-
# - name: Download previous results
607-
# run: |
608-
# cd babel-test262-runner
609-
# npm ci
610-
# node lib/download-main-artifact/index.mjs ~/test262-main.tap
611-
# env:
612-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
613-
# - name: Compare previous main branch & current results
614-
# run: |
615-
# cd babel-test262-runner
616-
# node lib/compare-results ~/test262-main.tap ~/test262.tap | tee ~/diff.tap
606+
- name: Download previous results
607+
run: |
608+
cd babel-test262-runner
609+
npm ci
610+
node lib/download-main-artifact/index.mjs ~/test262-main.tap
611+
env:
612+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
613+
- name: Compare previous main branch & current results
614+
run: |
615+
cd babel-test262-runner
616+
node lib/compare-results ~/test262-main.tap ../test262.tap | tee ~/diff.tap

0 commit comments

Comments
 (0)