Ensure we fetch deps during spec-build stage

This commit is contained in:
Mark Felder 2021-03-10 13:03:14 -06:00
parent 7f413139fb
commit 8feeb672c8

View file

@ -40,6 +40,7 @@ spec-build:
paths:
- spec.json
script:
- mix deps.get
- mix pleroma.openapi_spec spec.json
benchmark: