Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 3, 2022
1 parent c5564e4 commit 23f12af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,11 @@ jobs:
with:
name: test262-result
path: test262.tap
- name: Checkout test runner
uses: actions/checkout@v3
with:
repository: babel/babel-test262-runner
path: babel-test262-runner
- name: Download previous results
run: |
cd babel-test262-runner
Expand Down

0 comments on commit 23f12af

Please sign in to comment.