GitLab CI: don't cache danger job, switch to npx

This commit is contained in:
Alex Gleason 2022-06-16 10:13:55 -05:00
parent 4b528e68fd
commit a2ee5c89eb
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -24,7 +24,8 @@ deps:
danger:
stage: test
script: yarn danger ci
script: npx danger ci
cache: []
only:
- merge_requests