Skip to content

Commit a9f474c

Browse files
committed
ci: Install Mojolicious::Plugin::OpenAPI via cpanm
1 parent 564d4ba commit a9f474c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
- store_artifacts: *store_logs
191191
- run: *install_cached_packages
192192
- restore_cache: *restore_npm_cache
193+
- run: sudo cpanm -n 'Mojolicious::Plugin::OpenAPI'
193194
- run: *make_test
194195
- persist_to_workspace:
195196
root: .
@@ -212,6 +213,7 @@ jobs:
212213
- run: *install_cached_packages
213214
- restore_cache: *restore_npm_cache
214215
- run: *build_autoinst
216+
- run: sudo cpanm -n 'Mojolicious::Plugin::OpenAPI'
215217
- run: *make_test
216218
- persist_to_workspace:
217219
root: .

0 commit comments

Comments
 (0)