This commit is contained in:
parent
92155092a5
commit
60e93a9805
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/ci.yml
Normal file
11
.forgejo/workflows/ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: curl http://localhost:5000/v2/
|
Loading…
Reference in a new issue