CADET-Core icon indicating copy to clipboard operation
CADET-Core copied to clipboard

Fix release tests workflow

Open jbreue16 opened this issue 1 year ago • 3 comments

the cd workflow does not work properly, see https://github.com/cadet/CADET-Core/actions/runs/12296219136, even though the only difference to the CI workflow is that cadet-core is only build on linux and a different test flag is specified for the testrunner.

Maybe we dont even need a different workflow but can add the test flag to the ci workflow, with [CI] as default?

jbreue16 avatar Dec 12 '24 12:12 jbreue16

Could this be the issue: https://github.com/actions/checkout/issues/1326#issuecomment-2515889948

schmoelder avatar Dec 12 '24 13:12 schmoelder

Could this be the issue: actions/checkout#1326 (comment)

Why would it work then for the CI workflow?

jbreue16 avatar Dec 12 '24 14:12 jbreue16

No idea... maybe because it's triggered differently?

I was just confused by the error message:

The process '/usr/bin/git' failed with exit code 1

and started googling.

schmoelder avatar Dec 12 '24 15:12 schmoelder