C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Run "Export C7 Game" after each merge commit #308

Open QuintillusCFC opened 2 years ago

QuintillusCFC commented 2 years ago

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 commented 2 years ago

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