diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-02 15:46:48 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-02 15:46:48 -0600 |
| commit | 8376162acf353712d00d2764a272e9272299ee14 (patch) | |
| tree | b7294e9ea19f296e07480152012f2f77ff77b8e1 /.crystalintegration.yml | |
| parent | 73da6b9d0d32fb7312037e2c209c45b91661c15b (diff) | |
add ci test for repo
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 274b3d6..fcc249a 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -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 |
