Use yarn berry install command in cypress action

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-01-02 09:53:48 +01:00
parent f86269c046
commit 0a4ab9fb0a

View file

@ -93,6 +93,7 @@ jobs:
group: "UI - ${{ matrix.browser }}"
wait-on: 'http://127.0.0.1:3001/'
wait-on-timeout: 120
install-command: yarn install --immutable --silent
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}