forgejo-release/.forgejo/workflows/tests.yml
Earl Warren 46ff2ea1be
Some checks failed
/ integration (push) Has been cancelled
/ tests (push) Has been cancelled
chore: each workflow should have a different name
2025-09-08 14:47:26 +02:00

12 lines
387 B
YAML

on: [ pull_request, push ]
jobs:
tests:
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