This integration test works locally but fails on github actions: https://github.com/steinarb/sampleapp/tree/master/sampleapp.tests
The error message is: https://gist.github.com/steinarb/98cc1dda6e53472504dce9f49eebe03c Anyone have an idea why this is? Is it because I'm actually loading a different feature repository than the one built locally when I'm building locally? Is there a problem with the ~/.m2/repository/ in the github action build? Do I somehow need to specify the feature version when loading the feature? Ie. is the "/0" in the error message significant? Here's the full maven build log of the failed github action: https://github.com/steinarb/sampleapp/actions/runs/3084454121 Thanks! - Steinar
