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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Perl
|
- name: Install dependencies
|
||||||
run: |
|
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
|
||||||
cpan -T Mojolicious
|
|
||||||
cpan -T Mojolicious::Lite Mojolicious::Routes::Pattern Mojoliciuos::Plugin::RenderFile List::MoreUtils
|
|
||||||
|
|
||||||
- name: Start Sakisafe
|
- name: Start Sakisafe
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue