change(ui): fix yarninstl

This commit is contained in:
nick-delirium 2023-01-19 16:43:50 +01:00 committed by Delirium
parent aba1395ae5
commit 0ee3a30852

View file

@ -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