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:
|
web:
|
||||||
image: perl:latest
|
image: perl:latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 8080:8080
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -24,11 +24,11 @@ jobs:
|
||||||
|
|
||||||
- name: Start Sakisafe
|
- name: Start Sakisafe
|
||||||
run: |
|
run: |
|
||||||
morbo -l http://*:3000 http/sakisafe.pl
|
hypnotoad http/sakisafe.pl
|
||||||
|
|
||||||
- name: Test Sakisafe
|
- name: Test Sakisafe
|
||||||
run: |
|
run: |
|
||||||
curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:3000
|
curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:8080
|
||||||
|
|
||||||
# LOLOLOLOLOLOLOLO
|
# 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