File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,9 @@ jobs:
276276
277277            # Run tests in browsers 
278278            echo "Running test_xeus_cpp in Firefox" 
279-             ${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
279+             ${{ env.PREFIX }}/bin/emrun.py  --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
280280            echo "Running test_xeus_cpp in Google Chrome" 
281-             ${{ env.PREFIX }}/bin/emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
281+             ${{ env.PREFIX }}/bin/emrun.py  --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
282282          else 
283283            export ARCHITECHURE=$(uname -m) 
284284            # Install Google Chrome 
@@ -297,9 +297,9 @@ jobs:
297297
298298            #  Run tests in browsers
299299            echo "Running test_xeus_cpp in Firefox" 
300-             ${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
300+             ${{ env.PREFIX }}/bin/emrun.py  --browser="firefox" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
301301            echo "Running test_xeus_cpp in Google Chrome" 
302-             ${{ env.PREFIX }}/bin/emrun --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless"  test_xeus_cpp.html 
302+             ${{ env.PREFIX }}/bin/emrun.py  --browser="google-chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox  "  test_xeus_cpp.html 
303303          fi 
304304          node test_xeus_cpp.js 
305305        timeout-minutes : 4 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments