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

This commit is contained in:
Nova Cat 2025-01-18 20:00:32 -08:00
parent e625de7055
commit 27b87bb31f

View file

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