mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-11 14:22:08 +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
|
policy: pull-push
|
||||||
variables:
|
variables:
|
||||||
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
||||||
|
before_script:
|
||||||
|
- apk add git
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
@ -74,6 +76,8 @@ Yarn E2E:
|
|||||||
- .yarnE2ECache
|
- .yarnE2ECache
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
before_script:
|
||||||
|
- apk add git
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user