Merge remote-tracking branch 'origin/develop' into chats-tsx

environments/review-chats-tsx-gtchcy/deployments/306
Alex Gleason 2 years ago
commit babb8ce42c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -3,12 +3,13 @@ image: node:18
variables:
NODE_ENV: test
cache:
cache: &cache
key:
files:
- yarn.lock
paths:
- node_modules/
policy: pull
stages:
- deps
@ -21,13 +22,16 @@ deps:
only:
changes:
- yarn.lock
cache:
<<: *cache
policy: push
danger:
stage: test
script: npx danger ci
cache: []
only:
- merge_requests
script:
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
- npx danger ci
lint-js:
stage: test

Loading…
Cancel
Save