neuropoly / gitea

https://gitea.io fork with https://git-annex.branchable.com support
https://gitea.io
MIT License
3 stars 2 forks source link

release: integrate (git-annex) tests into release process #17

Open kousu opened 2 years ago

kousu commented 2 years ago

Now that #13 is merged, work it into release-action so that releases are gated on the tests passing.

kousu commented 2 years ago

We should be able to use git-annex-tests.yml as a reusable workflow in the test branch. I think I'll need to rearrange the code though, since there's currently a bash-if in there that checks if the release needs to be made; but I can't call out to a workflow from bash, so I'll need to split that up and use some Workflow ifs.