opalj / opal

https://www.opal-project.de
Other
51 stars 27 forks source link

Try to fix Workflow for integration tests for good #161

Closed johannesduesing closed 1 year ago

johannesduesing commented 1 year ago

I tested some more and finally got the checkout action working in combination with the github-script action in a dedicated repository. I transferred that solution to this repo, hopefully it works here as well.

I have no idea why (tried over 20 times), i could not make it work using just one API call, there is a major issue with the encoding of JSON objects returned by github-script that i just could not resolve. Therefore, this solution queries the API two times, to retireve the HEAD repo and SHA.

This is my last attempt for today - if this does not work we'll discuss alternatives tomorrow.