reanahub / reana-demo-helloworld

REANA example - "hello world"
MIT License
3 stars 35 forks source link

ci: separate tests in multiple jobs for parallelization #56

Closed mvidalgarcia closed 3 years ago

mvidalgarcia commented 3 years ago

Introduces a new composite action to run local workflows and avoid code repetition. https://docs.github.com/en/actions/creating-actions/creating-a-composite-action#creating-an-action-metadata-file

Closes #54