This commit is contained in:
(≧◡≦) 2025-02-21 03:11:55 +01:00
parent 74a654ea5c
commit dd26aa599e
2 changed files with 5 additions and 4 deletions

View file

@ -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
View file

@ -0,0 +1 @@
16143