automq icon indicating copy to clipboard operation
automq copied to clipboard

Add "testing" to github-actions

Open tijko opened this issue 1 year ago • 3 comments
trafficstars

This is the beginning stagings for having the the github actions build pipelines given the ability to run over various other branches without the need to necessarily "release" or "version-bump".

Once I have more comprehensive test-suites in place I will begin to highlight the obvious usecases and utility in having more than one standard build pipeline.

[x] Verify design and implementation [x] Verify test coverage and CI build status [x] Verify documentation (including upgrade notes)

tijko avatar Oct 15 '24 14:10 tijko

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 15 '24 14:10 CLAassistant

As an aside, I apologize I have been side tracked with quite a bit of various other day-to-day tasks.

I am following now through and testing some Github Actions that I had in mind.

tijko avatar Oct 29 '24 19:10 tijko

I think that the workflow_dispatch can be used to meet the need for testing specific branches, rather than adding a testing branch.

Gezi-lzq avatar Feb 14 '25 06:02 Gezi-lzq