Skip to content

Commit

Permalink
Drop checkout step to compare speed (was 23.5s)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Oct 21, 2018
1 parent b1a625a commit 94a33fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
vmImage: 'macOS-10.13'

steps:
- checkout: self
fetchDepth: 50
submodules: false

- script: |
./wpt test-jobs | while read job; do echo "##vso[task.setvariable variable=run_$job]true"; done
displayName: './wpt test-jobs'
Expand Down

0 comments on commit 94a33fa

Please sign in to comment.