GitLab CI: do use cache for cycles

This commit is contained in:
Alex Gleason 2022-09-04 21:40:36 -05:00
parent 101eb08b07
commit 99cc0b1f05
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -92,7 +92,6 @@ cycles:
stage: test
only:
changes: *elixir-changes
cache: {}
script:
- mix xref graph --format cycles --label compile | awk '{print $0} END{exit ($0 != "No cycles found")}'