I've renamed your examples/jobs/init.yaml because (at least for me) the job was broken and the testing CI step failed otherwise, so once you fix that you can give it its original name back. I've included some very simple example jobs (one init.yaml test setup, as well as one successful and one failing test under tests/resources/jobs, as well as the corresponding test checks under tests/job_tests, which you can use as practical examples for your own test setup, and delete once you don't need them anymore.
Updated the template to contain improved CI configuration, as well updates and improvements for testing. I've written up the new testing features here: https://github.com/DHARPA-Project/kiara-website/issues/19#issuecomment-2100008806
I've renamed your
examples/jobs/init.yaml
because (at least for me) the job was broken and the testing CI step failed otherwise, so once you fix that you can give it its original name back. I've included some very simple example jobs (oneinit.yaml
test setup, as well as one successful and one failing test undertests/resources/jobs
, as well as the corresponding test checks undertests/job_tests
, which you can use as practical examples for your own test setup, and delete once you don't need them anymore.