Skip to content

Commit ad239d6

Browse files
committed
just yarn add
1 parent 21ef988 commit ad239d6

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.circleci/config.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,7 @@ jobs:
430430
npm install --global yarn
431431
npm install --global node-gyp
432432
yarn -v
433-
- run:
434-
name: start selenium
435-
command: |
436-
cd "apps/remixdesktop/"
437-
yarn -v
438-
shell: powershell.exe
439-
433+
440434
- run:
441435
command: |
442436
mkdir apps/remixdesktop/build
@@ -448,19 +442,12 @@ jobs:
448442
pip install setuptools
449443
yarn
450444
./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+
460446
- run:
461447
name: run tests
462448
command: |
463449
cd "apps/remixdesktop/"
450+
yarn add chromedriver@124 --force
464451
yarn -v
465452
sleep 15
466453
./run_ci_test.sh

0 commit comments

Comments
 (0)