We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564d4ba commit a9f474cCopy full SHA for a9f474c
.circleci/config.yml
@@ -190,6 +190,7 @@ jobs:
190
- store_artifacts: *store_logs
191
- run: *install_cached_packages
192
- restore_cache: *restore_npm_cache
193
+ - run: sudo cpanm -n 'Mojolicious::Plugin::OpenAPI'
194
- run: *make_test
195
- persist_to_workspace:
196
root: .
@@ -212,6 +213,7 @@ jobs:
212
213
214
215
- run: *build_autoinst
216
217
218
219
0 commit comments