File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1111    steps :
1212      - uses : actions/checkout@v2 
1313      - uses : volta-cli/action@v1 
14-       - run : yarn install --frozen-lockfile 
14+       - run : yarn install --frozen-lockfile --network-concurrency=1  
1515      - run : yarn lint 
1616      - run : yarn test:ember 
1717
2222    steps :
2323      - uses : actions/checkout@v2 
2424      - uses : volta-cli/action@v1 
25-       - run : yarn install --no-lockfile 
25+       - run : yarn install --no-lockfile --network-concurrency=1  
2626      - run : yarn test:ember 
2727
2828  try-scenarios :
@@ -36,13 +36,11 @@ jobs:
3636      fail-fast : false 
3737      matrix :
3838        ember-try-scenario :
39-           - ember-default 
4039          - ember-default-with-jquery 
4140          - ember-classic 
4241          - ember-lts-3.24 
4342          - ember-lts-3.20 
4443          - ember-lts-3.16 
45-           - ember-lts-3.12 
4644          #  temporarily disabled until we've fixed support for Ember.js v4
4745          #  - ember-release
4846          #  - ember-beta
5654        with :
5755          node-version : 12.x 
5856      - name : install dependencies 
59-         run : yarn install --frozen-lockfile 
57+         run : yarn install --frozen-lockfile --network-concurrency=1  
6058      - name : test 
6159        run : node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments