rh-openjdk / MSITests

MIT License
1 stars 2 forks source link

Added GitHub testing #21

Closed zzambers closed 1 year ago

zzambers commented 1 year ago

This adds GitHub testing using Adoptium Windows builds. Two additional small fixes were required.

Tests are not green as some test cases are currently failing. However based on todo comment in Adoptium configuration, support for Adoptium seems incomplete, so failures are probably expected at this point.

judovana commented 1 year ago

Looking to the pretty big scripting inthe gh actions, isnt better to add some wrapper, and then call that?

zzambers commented 1 year ago

@judovana I don't think there is much scripting in GH workflow. It is just download of msi, setting environment variables with parameters for test and then packing and uploading results. There already is wrapper script ./wrapper/run-tps-win-vagrant.shwhich I make use of.

RadekCap commented 1 year ago

Good idea, thank you.