5
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2025-11-14 14:03:48 +00:00
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