forgejo-release/.forgejo/workflows/tests.yml
Rayan MESTIRI efbafaf169 feat: add setup_tea tests
- add test to check if system tea bin is detected
- add test to check if downloading tea bin works
2025-06-28 17:24:46 +02:00

12 lines
No EOL
392 B
YAML

on: [ pull_request, push ]
jobs:
integration:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Unit tests of the supporting script forgejo-release.sh
run: |
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