add ci test for repo
This commit is contained in:
parent
73da6b9d0d
commit
8376162acf
2 changed files with 20 additions and 0 deletions
|
@ -297,6 +297,12 @@ pipeline:
|
|||
- ./.ci-make.sh install-run-test ./forgejo-bin_*_amd64.deb
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
test-repo-bookworm-sqlite:
|
||||
image: *deb_test_image_bookworm
|
||||
group: pkg-test-5
|
||||
commands:
|
||||
- ./.ci-make.sh install-repo-test ./repo-deb/forgejo-deb-repo_0-0_all.deb forgejo-sqlite
|
||||
|
||||
upload-crystalcommit:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue