spring-projects / spring-lifecycle-smoke-tests

24 stars 18 forks source link

checkpointRestoreAppTest does not work on GitHub Actions #63

Closed snicoll closed 1 month ago

snicoll commented 1 month ago

This is due to an invalid setup of the crac JDK (as found by @wkia, thanks!)

This should move the needle forward: https://github.com/wkia/spring-lifecycle-smoke-tests/blob/test-ci/.github/workflows/smoke-test.yml#L40-L43

snicoll commented 1 month ago

This seems to do the trick so I am closing this for now.