last try
This commit is contained in:
parent
74a654ea5c
commit
dd26aa599e
2 changed files with 5 additions and 4 deletions
8
.github/workflows/sakisafe_http.yml
vendored
8
.github/workflows/sakisafe_http.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
web:
|
||||
image: perl:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 8080:8080
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -24,11 +24,11 @@ jobs:
|
|||
|
||||
- name: Start Sakisafe
|
||||
run: |
|
||||
morbo -l http://*:3000 http/sakisafe.pl
|
||||
hypnotoad http/sakisafe.pl
|
||||
|
||||
- name: Test Sakisafe
|
||||
run: |
|
||||
curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:3000
|
||||
curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:8080
|
||||
|
||||
# LOLOLOLOLOLOLOLO
|
||||
curl -X POST -F "file=@/etc/passwd" http://localhost:3000
|
||||
curl -X POST -F "file=@/etc/passwd" http://localhost:8080
|
||||
|
|
1
http/hypnotoad.pid
Normal file
1
http/hypnotoad.pid
Normal file
|
@ -0,0 +1 @@
|
|||
16143
|
Loading…
Add table
Reference in a new issue