File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 5555            sdk-name : python-sdk 
5656
5757    steps :
58-       #  Note: this step is meant for when running on ubuntu-latest
59-       - name : Remove Bloat 
60-         if : ${{ matrix.sdk-name == 'python-sdk' && runner.os == 'Linux' }} 
61-         uses : jlumbroso/free-disk-space@main 
62-         with :
63-           #  this might remove tools that are actually needed,
64-           #  if set to "true" but frees about 6 GB
65-           tool-cache : false 
66- 
67-           #  all of these default to true, but feel free to set to
68-           #  "false" if necessary for your workflow
69-           android : true 
70-           dotnet : true 
71-           haskell : true 
72-           large-packages : true 
73-           docker-images : true 
74-           swap-storage : true 
75- 
7658      - name : Checkout Repo 
7759        uses : actions/checkout@v4 
7860
10183        run : | 
10284          # Default to 16 concurrent fixtures if not overridden. In the case of python-sdk, 
10385          # the virtual environments take up too much space so this needs to be limited 
104-           pnpm seed:local test --generator ${{ matrix.sdk-name }} --parallel ${{ matrix.concurrency-count-override || 16 }}  --allow-unexpected-failures > ${{ matrix.sdk-name }}-seed-test-log.txt 
86+           pnpm seed:local test --generator ${{ matrix.sdk-name }} --parallel 16  --allow-unexpected-failures > ${{ matrix.sdk-name }}-seed-test-log.txt 
10587
10688       - name : Cleanup Virtualenvs 
10789        if : always()  #  Run even if tests fail
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments