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

This commit is contained in:
Nova Cat 2025-01-18 19:57:29 -08:00
parent 29e2e9e97f
commit 4b5f659f6d

View file

@ -5,6 +5,7 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: apt update && apt install python3-pip curl wget -y && pip install --break-system-packages flask hypercorn pyOpenSSL
- name: Run server