Add .forgejo/workflow/test.yml
This commit is contained in:
parent
a220a141ec
commit
cb231ea74d
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflow/test.yml
Normal file
9
.forgejo/workflow/test.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: Test web app
|
||||
on: [push,workflow_dispatch]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: apt update && apt install python3-pip && pip install flask hypercorn pyOpenSSL
|
Loading…
Add table
Reference in a new issue