advanced-security / maven-dependency-submission-action

GitHub Action for submitting Maven dependencies
MIT License
48 stars 24 forks source link

Local test #59

Closed SvenMarquardt5772 closed 8 months ago

SvenMarquardt5772 commented 11 months ago

I wanted to resolve an Issue I have, but it seems the local tests do not work. Running npm test results in many broken tests. Is this intended? I also do not see any GitHub action, that runs them.

peter-murray commented 10 months ago

The test require your environment to be set up and have maven on the path.

There is a Codespace present that is configured to have all that is needed for the tests, and developers working on this can run from there. I don't use CI for the unit testing at the moment as it requires a number of additional tests on top of the unit test as the action needs validation, which I do in isolation (along with the CLIs).

SvenMarquardt5772 commented 8 months ago

Ok so local development is not supported understood.