Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 37s

This commit is contained in:
Nova Cat 2025-01-18 22:15:44 -08:00
parent 4149688554
commit cbe94c01a3

View file

@ -18,7 +18,7 @@ jobs:
run: wget http://localhost:1234/gencert.zip && unzip gencert.zip
- name: Kill server
if: always()
run: pkill python3
run: pkill hypercorn
- name: Show logs
if: always()
run: cat log.log