mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 01:52:04 +05:30
Add git to install deps steps
This commit is contained in:
parent
243510a671
commit
0dc83a4ab1
@ -64,6 +64,8 @@ Yarn:
|
||||
policy: pull-push
|
||||
variables:
|
||||
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
||||
before_script:
|
||||
- apk add git
|
||||
script:
|
||||
- yarn install --frozen-lockfile
|
||||
|
||||
@ -74,6 +76,8 @@ Yarn E2E:
|
||||
- .yarnE2ECache
|
||||
cache:
|
||||
policy: pull-push
|
||||
before_script:
|
||||
- apk add git
|
||||
script:
|
||||
- yarn install --frozen-lockfile
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user