mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-05 23:33:43 +00:00
- add test to check if system tea bin is detected - add test to check if downloading tea bin works
12 lines
No EOL
392 B
YAML
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 |