feat: add setup_tea tests

- add test to check if system tea bin is detected
- add test to check if downloading tea bin works
This commit is contained in:
Rayan MESTIRI 2025-06-28 16:54:39 +02:00
parent 85ec83849a
commit efbafaf169
2 changed files with 18 additions and 2 deletions

View file

@ -7,4 +7,6 @@ jobs:
- name: Unit tests of the supporting script forgejo-release.sh
run: |
testdata/forgejo-release-test.sh test_maybe_sign_release
testdata/forgejo-release-test.sh test_system_tea_bin
testdata/forgejo-release-test.sh test_download_tea_bin
testdata/forgejo-release-test.sh test_maybe_sign_release