mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-11 14:22:08 +05:30
Add push source strings CI step
This commit is contained in:
parent
7b74d7820c
commit
038c5704ed
@ -118,6 +118,22 @@ Jest:
|
|||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
Crowdin push:
|
||||||
|
stage: test
|
||||||
|
image: $NODE_IMAGE
|
||||||
|
needs:
|
||||||
|
- Yarn
|
||||||
|
extends:
|
||||||
|
- .yarnCache
|
||||||
|
script:
|
||||||
|
- yarn i18n:extract
|
||||||
|
- yarn i18n:push
|
||||||
|
artifacts:
|
||||||
|
name: "Source strings for $CI_COMMIT_BRANCH-$CI_COMMIT_SHORT_SHA"
|
||||||
|
paths:
|
||||||
|
- packages/app/i18n/en.json
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
Cypress:
|
Cypress:
|
||||||
stage: test
|
stage: test
|
||||||
image: $NODE_E2E_IMAGE
|
image: $NODE_E2E_IMAGE
|
||||||
@ -155,12 +171,12 @@ Build:
|
|||||||
- Lint
|
- Lint
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Jest
|
- Jest
|
||||||
|
- Crowdin push
|
||||||
extends:
|
extends:
|
||||||
- .yarnCache
|
- .yarnCache
|
||||||
before_script:
|
before_script:
|
||||||
- *defineVars
|
- *defineVars
|
||||||
script:
|
script:
|
||||||
- yarn i18n:extract
|
|
||||||
- yarn i18n:pull
|
- yarn i18n:pull
|
||||||
- yarn build
|
- yarn build
|
||||||
# Remove unneeded files
|
# Remove unneeded files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user