File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ lint_frontend_angular:
2020  #  rules:
2121  #    - changes: [frontend-angular/**]
2222
23- test_frontend_angular :
24-   stage : test 
25-   image : node:20 
26-   before_script :
27-     - cd frontend-angular 
28-     - apt-get update 
29-     - apt-get install -y chromium 
30-     - export CHROME_BIN=/usr/bin/chromium 
31-     - npm ci 
32-   script :
33-     - npm run test:headless 
34-    #  rules:
35-    #    - changes: [frontend-angular/**]
23+ #   test_frontend_angular:
24+ #     stage: test
25+ #     image: node:20
26+ #     before_script:
27+ #       - cd frontend-angular
28+ #       - apt-get update
29+ #       - apt-get install -y chromium
30+ #       - export CHROME_BIN=/usr/bin/chromium
31+ #       - npm ci
32+ #     script:
33+ #       - npm run test:headless
34+ #     rules:
35+ #       - changes: [frontend-angular/**]
3636
3737build_frontend_angular :
3838  stage : build 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments