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
1c3d3aa7
Commit
1c3d3aa7
authored
Oct 28, 2021
by
Francesc Guasch
Browse files
wip(action): check pm
parent
4b6f2ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/github-action-test.yml
View file @
1c3d3aa7
...
...
@@ -8,6 +8,8 @@ jobs:
-
uses
:
shogo82148/actions-setup-perl@v1
-
name
:
Install package
run
:
|
sudo apt-get -y install libtest-perl-critic-perl ;
sudo find / name Critic.pm
-
run
:
prove -lv t/critic.t
sudo apt-get -y install libtest-perl-critic-perl
-
name
:
Show pm file
run
:
find / -iname Critic.pm
-
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