File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 8686          restore-keys : | 
8787            ${{ runner.os }}-yarn-${{ env.BINARY_CACHE_INDEX }} 
8888
89+        - name : Install 
90+         run : yarn 
91+         shell : bash 
92+ 
8993      - name : Bootstrap 
9094        run : yarn bootstrap:bootstrap 
9195        shell : bash 
@@ -128,6 +132,10 @@ jobs:
128132          restore-keys : | 
129133            ${{ runner.os }}-yarn-${{ env.BINARY_CACHE_INDEX }} 
130134
135+        - name : Install 
136+         run : yarn 
137+         shell : bash 
138+ 
131139      - name : Bootstrap 
132140        run : yarn bootstrap:bootstrap 
133141        shell : bash 
@@ -175,6 +183,10 @@ jobs:
175183          echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV 
176184         #  if: runner.os == 'Linux'
177185
186+       - name : Install 
187+         run : yarn 
188+         shell : bash 
189+ 
178190      - name : Bootstrap 
179191        run : yarn bootstrap:bootstrap 
180192        shell : bash 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments