forked from AkkomaGang/akkoma
Ensure we fetch deps during spec-build stage
This commit is contained in:
parent
7f413139fb
commit
8feeb672c8
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ spec-build:
|
|||
paths:
|
||||
- spec.json
|
||||
script:
|
||||
- mix deps.get
|
||||
- mix pleroma.openapi_spec spec.json
|
||||
|
||||
benchmark:
|
||||
|
|
Loading…
Reference in a new issue