chore: use repository HEAD when pulling third party repos (#11837)

This commit is contained in:
Huáng Jùnliàng
2020-07-14 18:14:25 -04:00
committed by GitHub
parent cc646fa10a
commit 7eaf37ea3e
3 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ jobs:
- run:
name: Setup Test Runner
command: |
git clone --recurse-submodules https://github.com/babel/babel-test262-runner
git clone --depth=1 --recurse-submodules https://github.com/babel/babel-test262-runner
cd babel-test262-runner
npm ci
npm i tap-mocha-reporter --save-dev