Problem
Similar to dstmodders/docker-imagemagick#19.
Once #13 gets solved, it would be nice to run these as part of our CI workflow and upload generated tests/result/ directory as artifacts.
Proposed solution
Just extend .github/workflows/ci.yml to introduce test job, which runs the tests/tests.sh script and upload the result as artifacts.
Progress
Problem
Similar to dstmodders/docker-imagemagick#19.
Once #13 gets solved, it would be nice to run these as part of our CI workflow and upload generated
tests/result/directory as artifacts.Proposed solution
Just extend
.github/workflows/ci.ymlto introducetestjob, which runs thetests/tests.shscript and upload the result as artifacts.Progress
testjob in.github/workflows/ci.ymlthat runs thetests/tests.shscript.tests/result/directory as artifacts.