File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -430,13 +430,7 @@ jobs:
430
430
npm install --global yarn
431
431
npm install --global node-gyp
432
432
yarn -v
433
- - run :
434
- name : start selenium
435
- command : |
436
- cd "apps/remixdesktop/"
437
- yarn -v
438
- shell : powershell.exe
439
-
433
+
440
434
- run :
441
435
command : |
442
436
mkdir apps/remixdesktop/build
@@ -448,19 +442,12 @@ jobs:
448
442
pip install setuptools
449
443
yarn
450
444
./rundist.bash
451
- - run :
452
- name : Ensure chromedriver binary exists
453
- command : |
454
- node -e "console.log(require('chromedriver').path)"
455
- if (!(Test-Path $(node -e "console.log(require('chromedriver').path)"))) {
456
- echo "Chromedriver binary missing! Forcing reinstall."
457
- yarn add chromedriver@124 --force
458
- }
459
- shell : powershell.exe
445
+
460
446
- run :
461
447
name : run tests
462
448
command : |
463
449
cd "apps/remixdesktop/"
450
+ yarn add chromedriver@124 --force
464
451
yarn -v
465
452
sleep 15
466
453
./run_ci_test.sh
You can’t perform that action at this time.
0 commit comments