nangtani / blender-addon-tester

The blender addon tester is a test harness to enable pytest hook to allow addons to be tested inside a defined version of blender.
MIT License
64 stars 13 forks source link

Create a github action that can be used by client scripts #25

Open douglaskastle opened 4 years ago

douglaskastle commented 4 years ago

Actions can call actions.

A action should be created here that can be called by clients.

This will allow the bender versions to be added to in the pypi, and this will flow straight through to client testing.

Right now our side maintains a list and their side maintains a list. It works, but can be improved.