test
This commit is contained in:
parent
b7f0e62177
commit
74a654ea5c
1 changed files with 3 additions and 5 deletions
8
.github/workflows/sakisafe_http.yml
vendored
8
.github/workflows/sakisafe_http.yml
vendored
|
@ -18,11 +18,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Perl
|
||||
run: |
|
||||
cpan -T Mojolicious
|
||||
cpan -T Mojolicious::Lite Mojolicious::Routes::Pattern Mojoliciuos::Plugin::RenderFile List::MoreUtils
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y libmojolicious-perl liblist-moreutils-perl libmojolicious-plugin-renderfile-perl libpath-tiny-perl libmime-types-perl
|
||||
|
||||
- name: Start Sakisafe
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue