File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131      - run : pnpm -C packages/plugin-rsc test 
3232
3333  test-e2e :
34-     name : test-rsc (${{ matrix.os }} / ${{ matrix.browser }}) 
34+     name : test-rsc (${{ matrix.os }} / ${{ matrix.browser }} / ${{ matrix.rolldown }} ) 
3535    runs-on : ${{ matrix.os }} 
3636    strategy :
37-       #  TODO: shard?
3837      matrix :
3938        os : [ubuntu-latest, macos-latest, windows-latest] 
4039        browser : [chromium] 
40+         rolldown : [false] 
4141        include :
4242          - os : ubuntu-latest 
4343            browser : firefox 
5555      - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda  #  v4.1.0
5656      - run : pnpm i 
5757      - run : pnpm build 
58-       - if : ${{ matrix.rolldown }} 
58+       - name : install rolldown 
59+         if : ${{ matrix.rolldown }} 
5960        run : | 
6061          echo 'overrides: { vite: "npm:rolldown-vite@latest" }' >> pnpm-workspace.yaml 
6162          pnpm i --no-frozen-lockfile 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments