File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -172,18 +172,21 @@ jobs:
172172            os : windows-latest 
173173            artifact-name : windows-nightly 
174174            godot-binary : godot.windows.editor.dev.x86_64.exe 
175+             retry : true 
175176
176177          #  Linux
177178
178179          - name : linux 
179180            os : ubuntu-22.04 
180181            artifact-name : linux-nightly 
181182            godot-binary : godot.linuxbsd.editor.dev.x86_64 
183+             retry : true 
182184
183185          - name : linux-4.5 
184186            os : ubuntu-22.04 
185187            artifact-name : linux-4.5 
186188            godot-binary : godot.linuxbsd.editor.dev.x86_64 
189+             retry : true 
187190
188191          #  Deliberately don't include:
189192          # 
@@ -228,7 +231,7 @@ jobs:
228231          # Match all directories/files except `target` and any starting with `.`. 
229232          files='!(target|.*)/' 
230233          if [[ $RETRY == "true" ]]; then 
231-             # macOS – retry  running demo projects several times on fail. 
234+             # Retry  running demo projects several times on fail. 
232235            echo "Running examples with retry" 
233236            RETRY_CMD="./.github/other/retry.sh" 
234237          else 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments