mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 01:04:25 -04: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 }}"
|
group: "UI - ${{ matrix.browser }}"
|
||||||
wait-on: 'http://127.0.0.1:3001/'
|
wait-on: 'http://127.0.0.1:3001/'
|
||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
|
install-command: yarn install --immutable --silent
|
||||||
env:
|
env:
|
||||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue