Prototype icon indicating copy to clipboard operation
Prototype copied to clipboard

Run "Export C7 Game" after each merge commit

Open QuintillusCFC opened this issue 3 years ago • 1 comments

The Export C7 Game task builds the game, but only is triggered manually. If it fails, that's good to know sooner rather than later. Thus, it would be good to have it run after each merge.

It would also be nice if the run title included something from the commit when it runs this way. Run C7 Tests does this, see https://github.com/C7-Game/Prototype/actions/workflows/test-c7.yml where the message changes each time, versus Export C7 Game where you have to dig down into each one to see what the finished artifact is named.

QuintillusCFC avatar Jul 12 '22 17:07 QuintillusCFC

See also #306 , about it failing to fail when it should. Fixing that would make this more useful...

QuintillusCFC avatar Jul 12 '22 17:07 QuintillusCFC

This was done in https://github.com/C7-Game/Prototype/pull/488, and running the tests automatically was added in https://github.com/C7-Game/Prototype/pull/502

TomWerner avatar Jan 19 '25 19:01 TomWerner