File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments