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 9df1b8d commit dd240cfCopy full SHA for dd240cf
1 file changed
.github/workflows/test.yml
@@ -23,5 +23,7 @@ jobs:
23
run: perl -V
24
- name: Install minilla
25
run: cpanm -n Minilla
26
+ - name: Install deps
27
+ run: cpanm --installdeps --with-develop .
28
- name: minil test
- run: minil test
29
+ run: minil test --no-auto-install
0 commit comments