fix: Download deps before running ping task

This commit is contained in:
Robert Prehn 2023-10-26 13:27:16 +00:00
parent 8da1e7b275
commit f08f553f84
No known key found for this signature in database

View file

@ -27,4 +27,8 @@ ping:
needs:
- "wait"
script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile
- mix pre_dot_hn.ping