kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'ci-only' into 'develop'
GitLab CI: only run deps if yarn.lock changes See merge request soapbox-pub/soapbox-fe!1453environments/review-develop-3zknud/deployments/78
commit
43176dbbb7
|
@ -18,6 +18,9 @@ stages:
|
||||||
deps:
|
deps:
|
||||||
stage: deps
|
stage: deps
|
||||||
script: yarn install --ignore-scripts
|
script: yarn install --ignore-scripts
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- yarn.lock
|
||||||
|
|
||||||
lint-js:
|
lint-js:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -49,6 +52,7 @@ jest:
|
||||||
- "**/*.json"
|
- "**/*.json"
|
||||||
- "app/soapbox/**/*"
|
- "app/soapbox/**/*"
|
||||||
- "webpack/**/*"
|
- "webpack/**/*"
|
||||||
|
- "custom/**/*"
|
||||||
- "jest.config.js"
|
- "jest.config.js"
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "yarn.lock"
|
- "yarn.lock"
|
||||||
|
|
Ładowanie…
Reference in New Issue