Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
96550dd9
Commit
96550dd9
authored
Oct 28, 2021
by
Francesc Guasch
Browse files
wip(actions): install deps with cpanm
parent
2c704520
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/github-action-test.yml
View file @
96550dd9
...
...
@@ -3,13 +3,12 @@ on: pull_request
jobs
:
test
:
runs-on
:
ubuntu-latest
env
:
PERL5LIB=$PERL5LIB:/usr/share/perl5
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
shogo82148/actions-setup-perl@v1
-
name
:
Install package
run
:
|
sudo apt-get -y install libtest-perl-critic-perl
-
run
:
cpanm --installdeps .
-
name
:
Test critic
run
:
prove -lv t/critic.t
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment