I am getting a weird behavior after using yarn. Eny -run step fails after the one using yarn
parameters:
environment:
type: string
executor:
name: test-executor
steps:
- checkout
- browser-tools/install-chrome:
chrome-version: 109.0.5414.74
replace-existing: true
- browser-tools/install-chromedriver
- run:
name: Check install
command: |
google-chrome --version
chromedriver --version
- run:
name: Prepare tests config
command: |
set +x
pwd
ls
- run:
name: Setup npm
command: |
npm config set prefix ~/.npm-global
npm i -g corepack
export PATH="$HOME/.npm-global/bin:$PATH"
corepack enable
yarn set version 3.2.3
- run:
name: Prepare tests config
command: |
set +x
pwd
ls
The last run test fails with:
Exited with code exit status 11
CircleCI received exit code 11