File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737        working-directory : apps/nextjs 
3838        run : pnpm exec playwright install chromium --with-deps 
3939
40-       - name : Run Playwright tests 
41-         working-directory : apps/nextjs 
42-         run : pnpm exec playwright test 
43-         env :
44-           DUB_ANALYTICS_SCRIPT_URL : ${{ github.event.workflow_run.outputs.deployment_url }}/analytics/script.site-visit.outbound-domains.js 
45- 
46-       - uses : actions/upload-artifact@v4 
47-         if : ${{ !cancelled() }} 
48-         with :
49-           name : playwright-report 
50-           path : apps/nextjs/playwright-report/ 
51-           retention-days : 30 
40+       #   - name: Run Playwright tests
41+       #     working-directory: apps/nextjs
42+       #     run: pnpm exec playwright test
43+       #     env:
44+       #       DUB_ANALYTICS_SCRIPT_URL: ${{ github.event.workflow_run.outputs.deployment_url }}/analytics/script.site-visit.outbound-domains.js
45+ 
46+       #   - uses: actions/upload-artifact@v4
47+       #     if: ${{ !cancelled() }}
48+       #     with:
49+       #       name: playwright-report
50+       #       path: apps/nextjs/playwright-report/
51+       #       retention-days: 30
Original file line number Diff line number Diff line change 11( function  ( )  { 
2-   console . log ( 'Test the GH action 1 ' ) ; 
2+   console . log ( 'Test the GH action 2 ' ) ; 
33
44  // Store script reference for extensions 
55  const  script  =  document . currentScript ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments