mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-06 05:25:51 -05:00
10 lines
258 B
YAML
10 lines
258 B
YAML
on: [ push ]
|
|
jobs:
|
|
integration:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Unit tests of the supporting script forgejo-release.sh
|
|
run: |
|
|
testdata/forgejo-release-test.sh test_maybe_sign_release
|