Cycles: improve cycles CI

This commit is contained in:
Alex Gleason 2021-05-24 11:39:59 -05:00
parent b8663fbdd9
commit e8e8844c31
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -126,8 +126,10 @@ analysis:
cycles:
stage: test
cache: *testing_cache_policy
image: elixir:1.11
script:
- mix deps.get
- mix compile
- mix xref graph --format cycles --label compile > /tmp/cycles.log
- cat /tmp/cycles.log
- tail -n1 /tmp/cycles.log | grep -q "No cycles found"