change(ui): fix yarninstl
This commit is contained in:
parent
aba1395ae5
commit
0ee3a30852
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ui-tests.js.yml
vendored
4
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -56,7 +56,9 @@ jobs:
|
|||
echo '{ "account": "$CY_ACC", "password": "$CY_PASS" }' >> cypress.env.json
|
||||
|
||||
- name: Setup packages
|
||||
run: npm i -g yarn && yarn
|
||||
run: |
|
||||
npm i -g yarn
|
||||
yarn
|
||||
- name: Run unit tests
|
||||
run: yarn test
|
||||
- name: Run Frontend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue