Update .forgejo/workflows/test.yml
All checks were successful
Test web app / check (push) Successful in 42s
All checks were successful
Test web app / check (push) Successful in 42s
This commit is contained in:
parent
29e2e9e97f
commit
4b5f659f6d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt update && apt install python3-pip curl wget -y && pip install --break-system-packages flask hypercorn pyOpenSSL
|
run: apt update && apt install python3-pip curl wget -y && pip install --break-system-packages flask hypercorn pyOpenSSL
|
||||||
- name: Run server
|
- name: Run server
|
||||||
|
|
Loading…
Add table
Reference in a new issue