mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-27 06:41:44 +00:00
Use yarn berry install command in cypress action
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f86269c046
commit
0a4ab9fb0a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue