forked from AkkomaGang/akkoma
Merge branch 'fix/spec-build' into 'develop'
Ensure we fetch deps during spec-build stage See merge request pleroma/pleroma!3368
This commit is contained in:
commit
8e09a3cfa0
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ spec-build:
|
||||||
paths:
|
paths:
|
||||||
- spec.json
|
- spec.json
|
||||||
script:
|
script:
|
||||||
|
- mix deps.get
|
||||||
- mix pleroma.openapi_spec spec.json
|
- mix pleroma.openapi_spec spec.json
|
||||||
|
|
||||||
benchmark:
|
benchmark:
|
||||||
|
|
Loading…
Reference in a new issue