This commit is contained in:
parent
edbf7a39d3
commit
293283357f
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: apt update && apt install python3-pip curl -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
|
||||
run: python3 server.py &
|
||||
- name: Test server homepage
|
||||
run: curl localhost:2009
|
||||
- name: Test server relay
|
||||
run: curl localhost:2009/gem?gemini=gem.swee.codes
|
||||
- name: Test server certificate
|
||||
run: curl localhost:2009
|
||||
- name: Test server certificate generation
|
||||
run: wget http://localhost:2009/gencert.zip && unzip gencert.zip
|
||||
- name: Kill server
|
||||
run: pkill python3
|
Loading…
Add table
Reference in a new issue